added mode function selection
[netsniff-ng.git] / CHANGELOG
blobc48ed64e85bb22dbee7428f5567fe1be11383bc4
1 netsniff-ng 0.5.6.0
3   * netsniff-ng has been completely rewritten
4   * Major code cleanups!
5   * New, flexible packet dissector that allows an easy integration of
6     new protocols
7   * New tool 'ifpps' which displays kernel network statistics in a
8     top-like manner, support for wifi
9   * New tool 'trafgen' which is a network packet generator that
10     exploits the kernels zero-copy TX_RING
11   * New tool 'arphunt' which is a traffic redirection tool
13  -- Daniel Borkmann, Emmanuel Roullit, xx.xx.2011
15 netsniff-ng 0.5.5.0
17   * Most of the old legacy stuff has been cleaned up, rewritten
18   * Added more packet printing options
19   * PCAP support
20   * Added TX_RING pcap replay
21   * Rewrote Manpage, added Berkeley Packet Filter section, benchmarks
22   * Removed server version
23   * Added option for ring size
24   * Added regular expresssion filtering
25   * Fixes, fixes, fixes
26   * First official version of which we think that it is quite useful ;-)
27   * Update, 17.03.2011:
28     + Fixed rx_ring.h: The kernel might set other flags then TP_STATUS_USER
29                        when a packet is ready.
31  -- Daniel Borkmann, Emmanuel Roullit, 10.10.2010
33 netsniff-ng 0.5.4.2
35   * Packet look-ahead within receive ring traversal method
36   * Basic BPF checks
38  -- Daniel Borkmann, Emmanuel Roullit, 14.02.2010
40 netsniff-ng 0.5.4.1
42   * Security fix in netsniff-ng.c
44  -- Daniel Borkmann, Emmanuel Roullit, 01.01.2010
46 netsniff-ng 0.5.4.0 - 'happy GNU year edition'
48   * Better useablility
49   * Added high-resolution timer
50   * Fixed small bugs / mem-leaks
51   * Major code refactorings
52   * Added SIGHUP ignorance, so for instance netsniff-ng keeps 
53     alive on ssh-sessions
54   * Added pid output during start
55   * Better packet visualization
56   * Scheduler tweaks
57   * Setting process affinity to specific CPU on demand (via Param)
58     This can be useful for a patched init proc, so that on demand
59     netsniff-ng can be the only process for a single CPU
60   * -s option can now be switched on and off during runtime via SIGUSR2
61   * Option for running netsniff-ng in non-blocking mode
63  -- Daniel Borkmann, Emmanuel Roullit, 31.12.2009
65 netsniff-ng 0.5.3.0
67   * Added Makefile (yey!)
68   * Added Manpage
69   * Code refractorings
70   * Third (crappy) release
72  -- Daniel Borkmann, Emmanuel Roullit, 06.12.2009
74 netsniff-ng 0.5.2.0
76   * Minor fixes, which I cannot remember anymore
77   * Second (crappy) release
79  -- Daniel Borkmann, Emmanuel Roullit, 06.09.2009
81 netsniff-ng 0.5.1.0
83   * First (crappy) release ;-)
85  -- Daniel Borkmann, Emmanuel Roullit, 08.08.2009