[Tcpick-project] 0.2.0 is out!
Status: Beta
Brought to you by:
duskdruid
From: Francesco S. <dus...@de...> - 2005-01-09 14:58:19
|
Finally 0.2.0 is out! A short summary of the changes: DLT_PPP, DLT_SLIP, DLT_SLIP_BSDOS and DLT_PPP_BSDOS are now supported, italian documentation finally available, improved timestamps, added EXPIRED and RESET status, small UDP support, changed signing key! duskdruid$du -b tcpick-0.2.0.tar.gz 167311 tcpick-0.2.0.tar.gz duskdruid$md5sum tcpick-0.2.0.tar.gz f22911f3382e743d9dd983b1b4776e68 tcpick-0.2.0.tar.gz many thanks to everyone contributed to tcpick! Changes: 30 Dec 2004 0.2.0-final *********************** Francesco Stablum (duskdruid:despammed.com): * Few bugfixes with -t and -td options 30 Dec 2004 0.2.0-rc6 ********************* Francesco Stablum (duskdruid:despammed.com): * expired functions are now checked every second, not every packet. (use setitimer and the SIGALRM signal). * added DLT_PPP, DLT_SLIP, DLT_SLIP_BSDOS and DLT_PPP_BSDOS support. credits: SNiFf v0.3 by uLiX http://www.s0ftpj.org/bfi/online/bfi10/BFi10-05.html * added italian documentation (README.it, EXAMPLES.it, INSTALL.it, tcpick_italian.8) 25 Dec 2004 0.2.0-rc5 ********************* Gianluigi Spagnuolo (kirash:phreaker.net): * Added signal support + statistics (packets sniffed and connection tracked) in a similar way to tcpdump. * Reorganized tcpick.c Francesco Stablum (duskdruid:despammed.com): * Added autogen.sh script * Fixed bug of `-D' option * Updated to automake/aclocal 1.9.3 14 Dec 2004 0.2.0-rc4 ********************* Gianluigi Spagnuolo (kirash:phreaker.net): * found bug in avail_filename (write.c): too few arguments to printf: fixed. Francesco Stablum (duskdruid:despammed.com): * Now '\r' and '\t' charachters are printable in 'P' and 'U' modes. * MacOSX "BIOCSRTIMEOUT: Invalid argument" bug should be fixed. * port aligment in status displayer fixed (simplified) 12 Dec 2004 0.2.0-rc3 ********************* Francesco Stablum (duskdruid:despammed.com): * added date-timestamp * removed all typedefs. Now structures and unions should be better recognizable (now names of types are UPPER-CASE) * Added .EDITME files for those people that have troubles with the ./configure script 30 Nov 2004 0.2.0-rc2 ********************* Francesco Stablum (duskdruid:despammed.com): * Timeout value is now set by `-X' option, because `-t' will be used for timestamps in the future. * Filenaming system is now chosen with the `-F' option. Artyom Khafizov: * `-D num' option will cause tcpick to create subdirectories, each for a desired number of sessions. 22 Nov 2004 0.2.0-rc1 ********************* Artyom Khafizov: * Added EXPIRED status for connection tracked with a -t option to choose an appropriate timeout (default is 600) * Fixed many memory leaks * Added a new way to write the stream to files, using directories * Added an experimental file naming system Buck Huppmann (buckh:pobox.com) and Artyom Khafizov ( both have had the same good idea :^D ): * Added RESET status for connections tracked. (RST-flagged packets will delete the connection). Federico Castaneda (F_CASTANEDA:crm.com.ar): * Added UDP support Francesco Stablum (duskdruid:despammed.com): * Debug messages are now available only with the -DTCPICK_DEBUG argument given to the compiler. * Changed signing key! Please read public_key_message.txt and check the revocation certificate public_key_OLD.revoke 08/09/04 0.2.0-devel2 ********************* * Segmentation fault bug fixed (with `u' tcpick tried to free 2 times the same heap address and closed 2 times the same file). (Saumil Shah discovered it) * Bugfix: `u' flag of `-w' worked as with `b' flag either if `b' wasn't choosen. 07/09/04 0.2.0-devel1 ********************* * Robert Scheck fixed tcpick manual section in a `printf' * Saumil Shah feature request done: the flag 'u' to the '-w' option enables tcpick to write sniffed data in a unique file, with client and server data mixed together. the flag 'b' to the '-w' option enables tcpick to write a banner to the unique file that introduces server and client data. |