Changeset 120
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r109 r120 1 Version 0.12.0pre2 2 ------------------ 3 - RedHat packaging files by Robert Dale <rdale@digital-mission.com> 1 Version 0.12.0rc1 - 11 december 2005 2 ------------------------------------ 3 * Integrated compilation fix for freeBSD from v0.11.5 4 * Fixed a segfault when reading data from file 5 * Redhat files by Robert Dale <rdale@digital-mission.com> 6 * Changed from pcap_next to pcap_next_ex so we are able to know if ter is an error or a time-out. Closes #1 7 This implies the use of pcap 0.8 or better 8 * Added left/right dump/clean timestamp for filename (closes #8 and #2) 9 * More details in the header of log files 10 * Added bps output (Closes #5) 11 * Optimized the check on time for next dump (closes #9) 12 13 Version 0.11.5 - 30 november 2002 14 --------------------------------- 15 - FreeBSD compilation fix 4 16 5 17 Version 0.12.0pre1 - 24 november 2002 … … 12 24 - additional IP checks can be enabled through ./configure 13 25 14 0.11.5rc2 - 16 november 200215 --------- 26 Version 0.11.5rc2 - 16 november 2002 27 ------------------------------------ 16 28 - added pcap filtering (patch from Brieuc Jeunhomme <bbp@via.ecp.fr>) 17 29 -
trunk/INSTALL
r112 r120 1 1 IPFM is designed to work on every un*x system. 2 IPFM is developed under Linux libc6 (Debian woody).2 IPFM is developed under Linux 2.6 (libc6) (Debian sid). 3 3 It was reported to work under Linux libc5 (slackware) and libc6 (RedHat, 4 4 SuSE), FreeBSD, OpenBSD, IRIX, and AIX. -
trunk/TODO
r105 r120 5 5 - if no packets are received, ipfm does not dump its files. 6 6 - ./configure lex and yacc checks do not work as expected (if no yacc or bison is present, does not stop ./configure) 7 - indication of time of dump in the dump itself (add a comment)8 7 9 8 - have a better detection of long command line options (actually, #ifdef LINUX...) -
trunk/VERSION
r115 r120 1 0.12.0 pre21 0.12.0rc1
