66 lines
1.3 KiB
Plaintext
66 lines
1.3 KiB
Plaintext
Changelog
|
|
|
|
18/09/04 (Arnout)
|
|
- also compile with gcc-3.4
|
|
|
|
-------------------------------------------------
|
|
|
|
17/09/04 (Arnout)
|
|
-Wrapped pcap stuff in nicer 'decpcap' module
|
|
-Support for IPv6 and PPP
|
|
-using standard C++ maps instead of custom structures
|
|
-many more code cleanups
|
|
-documentation
|
|
-split up ui code in seperate module
|
|
|
|
-------------------------------------------------
|
|
|
|
15/08/04 (Fabian)
|
|
-Totals (in curses mode)
|
|
|
|
-------------------------------------------------
|
|
|
|
29/07/04 (Fabian)
|
|
-tracemode (-t)
|
|
|
|
-------------------------------------------------
|
|
|
|
06/07/04 (Arnout)
|
|
-added support for monitoring multiple interfaces
|
|
at once
|
|
|
|
-------------------------------------------------
|
|
|
|
02/07/04 (Arnout)
|
|
-enabled 'q' for quitting
|
|
|
|
-------------------------------------------------
|
|
|
|
29/06/04 (Fabian) <-> 0.5.1
|
|
-Adding forceExit when device is ifdown
|
|
(handle was null => segfault)
|
|
-Changelog activated
|
|
|
|
-------------------------------------------------
|
|
|
|
10/05/04 (Arnout)
|
|
-cleanups
|
|
-splitting out incoming and outgoing traffic
|
|
(based on 'I/O by balance' by Fabian)
|
|
|
|
-------------------------------------------------
|
|
|
|
06/04/04 (Fabian)
|
|
-getLocal
|
|
-I/O by balance
|
|
-forceExit
|
|
|
|
-------------------------------------------------
|
|
|
|
14/02/04 (Fabian)
|
|
-Refresh delay
|
|
-Help
|
|
-Handling command-line options
|
|
|
|
-------------------------------------------------
|