tcpick-project Mailing List for tcpick: tcp stream tracker and sniffer (Page 7)
Status: Beta
Brought to you by:
duskdruid
You can subscribe to this list here.
2004 |
Jan
(18) |
Feb
(2) |
Mar
(2) |
Apr
(15) |
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
(1) |
Sep
(9) |
Oct
(2) |
Nov
(6) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(9) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
(4) |
Nov
(4) |
Dec
(7) |
2007 |
Jan
(6) |
Feb
(5) |
Mar
(2) |
Apr
(2) |
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2008 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(3) |
Sep
(11) |
Oct
(9) |
Nov
(23) |
Dec
(35) |
2009 |
Jan
(4) |
Feb
(17) |
Mar
(21) |
Apr
(39) |
May
(48) |
Jun
(35) |
Jul
(29) |
Aug
(7) |
Sep
(3) |
Oct
(4) |
Nov
(5) |
Dec
(9) |
2010 |
Jan
(8) |
Feb
(7) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(4) |
Aug
(1) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
|
2012 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
(2) |
May
|
Jun
(3) |
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
(6) |
Feb
|
Mar
(6) |
Apr
(3) |
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
(2) |
Feb
(4) |
Mar
(3) |
Apr
(4) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(4) |
Jun
(4) |
Jul
(4) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2019 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael C. <mj...@bi...> - 2005-01-13 17:19:23
|
On Thu, Jan 13, 2005 at 03:46:04PM +0100, Francesco Stablum wrote: > We are trying to make tcpick usable under all *BSD Operating > Systems, so any help is really greatly appreciated. I must say, it looks like you've done a wonderful job of that :) > May I have the permission tu put your mail address in the ChangeLog? > (with antispam protection: `:' instead of `@'). Absolutely. |
From: Francesco S. <dus...@de...> - 2005-01-13 14:43:15
|
Michael Coulter wrote: > Just looking at tcpick on OpenBSD and thought I'd feed this back. > Also, has anyone looked into fixing the libpcap configure stuff > so it doesn't generate compile commands with '-lpcap -lpcap ...' [cut] Thank you very much for your patch and bugreport, Michael. I have immediatly applied it. We are trying to make tcpick usable under all *BSD Operating Systems, so any help is really greatly appreciated. May I have the permission tu put your mail address in the ChangeLog? (with antispam protection: `:' instead of `@'). thanks, -Francesco |
From: Michael C. <mj...@bi...> - 2005-01-13 00:24:56
|
Hello, Just looking at tcpick on OpenBSD and thought I'd feed this back. Also, has anyone looked into fixing the libpcap configure stuff so it doesn't generate compile commands with '-lpcap -lpcap ...' --- src/tcpick.h.orig Wed Jan 12 13:34:07 2005 +++ src/tcpick.h Wed Jan 12 13:34:23 2005 @@ -43,16 +43,16 @@ # include <sys/socket.h> #endif +#ifdef HAVE_NETINET_IN_H +# include <netinet/in.h> +#endif + #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H # include <net/if.h> -#endif - -#ifdef HAVE_NETINET_IN_H -# include <netinet/in.h> #endif #ifdef HAVE_NET_BPF_H |
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. |
From: Francesco S. <dus...@de...> - 2005-01-01 22:48:35
|
Hello, only a few words to say that I will be unable to answer in the mailing-list for about a week (till 8/9 January). I wish a Happy New Year to everyone! -Francesco |
From: Francesco S. <dus...@de...> - 2004-12-31 14:24:40
|
Release Name: 0.2.0-rc6 Notes: Happy New Year!!! duskdruid$md5sum tcpick-0.2.0-rc6.tar.gz 1400aca4f6076de2427a6c35312b99b6 tcpick-0.2.0-rc6.tar.gz duskdruid$du -b tcpick-0.2.0-rc6.tar.gz 169345 tcpick-0.2.0-rc6.tar.gz This is the last -rc release for tcpick-0.2.0 Changes: * 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) |
From: Francesco S. <dus...@in...> - 2004-12-25 09:28:55
|
Release Name: 0.2.0-rc5 Notes: Merry Xmas everyone! <:^) duskdruid$md5sum tcpick-0.2.0-rc5.tar.gz* b61b66484bbdff23167498b2887f16f3 tcpick-0.2.0-rc5.tar.gz 38b5fbdd215a4eefa18c7ad633965ba5 tcpick-0.2.0-rc5.tar.gz.asc duskdruid$du -b tcpick-0.2.0-rc5.tar.gz* 160562 tcpick-0.2.0-rc5.tar.gz 189 tcpick-0.2.0-rc5.tar.gz.asc Changes: 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 -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-12-14 22:25:57
|
Hello tcpick users, this release features important bugfixes: here are the release notes: Release Name: 0.2.0-rc4 Notes: duskdruid$md5sum tcpick-0.2.0-rc4.tar.gz* be6e7f963cff5385d79e65e4c2b61fd8 tcpick-0.2.0-rc4.tar.gz a995fe9fc7613c09a291e8a96446fd24 tcpick-0.2.0-rc4.tar.gz.asc duskdruid$du -b tcpick-0.2.0-rc4.tar.gz* 156455 tcpick-0.2.0-rc4.tar.gz 189 tcpick-0.2.0-rc4.tar.gz.asc Changes: 14 Dec 2004 0.2.0-rc4 ********************* Kirash (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) -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-12-12 16:04:00
|
Hello, I have just released tcpick version 0.2.0-rc3. Download: https://sourceforge.net/project/showfiles.php?group_id=95657&package_id=103194&release_id=289379 Please tell me any problem / bug you meet. Thanks, -Francesco Release Name: 0.2.0-rc3 Notes: md5sums: e3e0bc9950bdbbf35b1ac728dc06deab tcpick-0.2.0-rc3.tar.gz 60b994f70e294c620c4ff3c480eec14c tcpick-0.2.0-rc3.tar.gz.asc duskdruid$du -b tcpick-0.2.0-rc3.tar.gz* 155957 tcpick-0.2.0-rc3.tar.gz 189 tcpick-0.2.0-rc3.tar.gz.asc Changes: 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 -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-12-07 14:07:41
|
On Tue, 7 Dec 2004 07:20:42 -0600 Stef <st...@gm...> wrote: > Hi, everyone, > > Just stumbled across this program a few days ago (very nice!), > in an attempt to resolve some "communications" problems I was > having, and I liked it. I have one question, though: the > program runs just fine under Linux, but, on a MacOSX 10.3.6 it > only lists the packets with only the SYN flag set. Any idea > why? > > TIA, > Stef Thank you very much for your report, Stef. May I have some other information? - tcpick version - interface (device) type - options (flags) used - does tcpdump the same problem? - please, paste a piece of tcpick output, with `-S -h' options (displays packets, in a similar way to other packet sniffers) thanks, -Francesco P.S. sorry for my bad english -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Stef <st...@gm...> - 2004-12-07 13:20:51
|
Hi, everyone, Just stumbled across this program a few days ago (very nice!), in an attempt to resolve some "communications" problems I was having, and I liked it. I have one question, though: the program runs just fine under Linux, but, on a MacOSX 10.3.6 it only lists the packets with only the SYN flag set. Any idea why? TIA, Stef |
From: Francesco S. <dus...@in...> - 2004-12-01 22:34:36
|
Release Name: 0.2.0-rc2 Notes: duskdruid$md5sum tcpick-0.2.0-rc2.tar.gz* 16aa177adb5a06bfba86b22b0400ca28 tcpick-0.2.0-rc2.tar.gz c2e2f1a95c50e2565e182923a6934483 tcpick-0.2.0-rc2.tar.gz.asc duskdruid$du -sb tcpick-0.2.0-rc2.tar.gz* 147931 tcpick-0.2.0-rc2.tar.gz 189 tcpick-0.2.0-rc2.tar.gz.asc Changes: 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. -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-11-29 22:57:29
|
Hello, I made tcpick available via cvs. You can get the "bleeding edge" with the following command: cvs -d:pserver:ano...@cv...:/cvsroot/tcpick co tcpick-devel best regards, -Francesco -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-11-24 15:52:34
|
hello, the options -w* caused an unwanted feature (aka bug) in the 0.2.0-rc1 version. Here is the patch: duskdruid$diff -u packages/tcpick-0.2.0-rc1/src/write.c src/write.c --- packages/tcpick-0.2.0-rc1/src/write.c 2004-11-19 21:36:05.000000000 +0000 +++ src/write.c 2004-11-24 16:37:47.000000000 +0000 @@ -103,6 +103,7 @@ sprintf(file_name,"server_%s.%x.tcpick",base_file_name,num); } */ + sprintf(file_name,"%s/tcpick_%06u_%s.serv.%s", dir_name, conn_ptr->num, base_file_name, ext); break; default: This fact proves that maybe I do a better job working in a coalmine than apply patches to source files. really sorry, -Francesco -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-11-22 21:51:31
|
Hello! I have just released tcpick 0.2.0-rc1 Many thanks to Artyom Khafizov, Buck Huppmann and Federico Castaneda! Well done, nice work! download: https://sourceforge.net/project/showfiles.php?group_id=95657&package_id=103194&release_id=284773 This is the ChangeLog: 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 As you can see, tcpick is growing up :^) -Francesco Stablum -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Francesco S. <dus...@in...> - 2004-11-22 19:14:43
|
Hello, my old OpenPGP key (66C8246F) has expired last month. Here is the revocation certificate for the old key, and the new key (2F66886F) follows. Please note that the new key (2F66886F) will be used to sign the source packages of the tcpick sniffer (tcpick.sf.net) since 0.2.0-rc1 version. Also note that this message has been signed with the old (66C8246F) key. Thank you for the attention, Francesco Stablum mantainer of 'tcpick' == Old key description and fingerprint == pub 1024D/66C8246F 2003-10-17 Francesco Stablum (DuskDruid) Key fingerprint = 521D DAD3 EB81 B62B FE35 E644 8CAD C1FC 66C8 246F sub 2048g/D017CC19 2003-10-17 [expires: 2004-10-16] == New key description and fingerprint == pub 1024D/2F66886F 2004-11-22 Francesco Stablum (duskdruid) <duskdruid:users.sourceforge.net> Key fingerprint = 6805 6118 36C8 F7B2 F3EE 07A7 4200 8815 2F66 886F uid Francesco Stablum (duskdruid) <duskdruid:despammed.com> uid Francesco Stablum (duskdruid) <stablum:gmail.com> sub 2048g/F1F0E2DF 2004-11-22 [expires: 2006-11-22] == Old key revocation certificate == -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: A revocation certificate should follow iQInBCARAgHnBQJBokLowR8dAVRoaXMga2V5IGhhcyBleHBpcmVkLgpJdCB3aWxs IGJlIHN1cGVyc2VkZWQgYnkgdGhpcyBvbmU6CnB1YiAgMTAyNEQvMkY2Njg4NkYg MjAwNC0xMS0yMiBGcmFuY2VzY28gU3RhYmx1bSAoZHVza2RydWlkKSA8ZHVza2Ry dWlkOnVzZXJzLnNvdXJjZWZvcmdlLm5ldD4KS2V5IGZpbmdlcnByaW50ID0gNjgw NSA2MTE4IDM2QzggRjdCMiBGM0VFICAwN0E3IDQyMDAgODgxNSAyRjY2IDg4NkYK dWlkICAgICAgICAgICAgICAgICAgICAgICAgICAgIEZyYW5jZXNjbyBTdGFibHVt IChkdXNrZHJ1aWQpIDxkdXNrZHJ1aWQ6ZGVzcGFtbWVkLmNvbT4KdWlkICAgICAg ICAgICAgICAgICAgICAgICAgICAgIEZyYW5jZXNjbyBTdGFibHVtIChkdXNrZHJ1 aWQpIDxzdGFibHVtOmdtYWlsLmNvbT4Kc3ViICAyMDQ4Zy9GMUYwRTJERiAyMDA0 LTExLTIyIFtleHBpcmVzOiAyMDA2LTExLTIyXQoyMiBOb3ZlbWJlciAyMDA0LCBG cmFuY2VzY28gU3RhYmx1bQAKCRCMrcH8Zsgkb4QIAJ9sRyS1Zcv68S4tXfYtc+rg hmZv0gCcCM1AyrLxxMEU7m4vXpkuEFAmWO8= =kAKC -----END PGP PUBLIC KEY BLOCK----- == New key (2F66886F) follows == -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.4 (GNU/Linux) mQGiBEGiO88RBADCmh7S7Xr/ekE76PmvjK66bHm+IhCuJCrqlQkSmbyOikBBgT3M Rpy3D2I7vSoHQr9nchT7/RGIX52+TWUtbJsomSDc5BzD1vzKlSekm3eQKnlGExLM YELKhdfNO6Ld86bCXNt2YUee+1bmYrANfkYqqp/+St8vuooFECzTvfVuiwCgzZZR 5U9+rIC+Qs/WFBjqvfkRRdcD/1z0NDEZNe3F58NVHA6JjjvZDmv7IsAGuz52h9PU pwnTTwgfz0SFLHHVSK6V6iYMNHZOGuAn4CGj70xDvtSnHq/Ms5hJLRxyvWlW+fGI sTQWoms6z1LA8Av3zweNDQG7lJu4tLBwUj2+7vQM/w624eAZfNMdIMHWTEXr/8lu EftOBACHFGvYTOjh2ABlQWxlLalfrCcarL8ovvAXCoUCM8+X/PxzcgGIRsGTfvqL XpSsQ2EeZ2gohWPxfgFi51beQ8U/dtnVPNzmrnxHowC1m0ELiXtwGBcbVCn6i9XB /whZnEehZ3Tu18oStfZmwmiLO87iACBLHVEmmSAh9+6Qd1G4K7Q3RnJhbmNlc2Nv IFN0YWJsdW0gKGR1c2tkcnVpZCkgPGR1c2tkcnVpZEBkZXNwYW1tZWQuY29tPohk BBMRAgAkBQJBojvPAhsDBQkDwmcABgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEEIA iBUvZohvuAcAoLv16/PQHaxxhs2wfhz6xv/3xax/AJ4yCj7vkVkP3wHyMrPqJgN4 ysB+9rQxRnJhbmNlc2NvIFN0YWJsdW0gKGR1c2tkcnVpZCkgPHN0YWJsdW1AZ21h aWwuY29tPohkBBMRAgAkBQJBojxxAhsDBQkDwmcABgsJCAcDAgMVAgMDFgIBAh4B AheAAAoJEEIAiBUvZohv62AAniC1boQ2ZcIstqKUkE2udfafSSyWAKCn071Yn4aA rc6GmrYA+yyiuM+aqbQ/RnJhbmNlc2NvIFN0YWJsdW0gKGR1c2tkcnVpZCkgPGR1 c2tkcnVpZEB1c2Vycy5zb3VyY2Vmb3JnZS5uZXQ+iGQEExECACQFAkGiPLwCGwMF CQPCZwAGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQQgCIFS9miG/mlwCfTZSdaou+ NkFO7M9Ram6554Ggf74AnjslfZye2j0xM/vnEo8d9868RUoFuQINBEGiO/EQCADh UlT1bkIK7Z5dmscCObTh05JGIP4jD6Gw+uW1hcfR/67a00uAv4cPj7jtD6fo3t16 9CHfciz7vcu3nOHhyMHb/5g2a1iGHwBkoKcg9XQjlcwYAyIpmmU4tiLRAxhOVEHp +oYZXlgNoHMwWMcxO73xMvBgMVujkNVkzoVRGdHsinwsvTaota7iQf2QAmT2Ou2/ cLRYCeUqs/6M4AcRB7kVqZfVrgK+gI8gLSH/wjRIvrjMjwK4ce9ZzdXWba0cRSST M0TdEmRveb3NbNyvWStCZgeK1UlgjO5LqO1GWLyqSlTEEWO7t724PHu9mOgcoh6T +DouzFT3GSTCk9jCI/oLAAMGCACzi1cuxTQxQymop05qvrR3KC4IXg32SdkRbknx 3lpYzkf9sWchd9NNF3f68Fma/3VlObOhJSjItgD2zuQy5q5tthHe3lOop5woy3Oa vPTKuc2cb8JgbrcGcRjvE6Jji/Al1SfcRMnaCP/t+QOopKDKsePICbKrX3wIH2TM CUf3BlQFhpT7Y26kjFlpnMNURfqac0J13mY6SSpu0EfO0lEYwDbSp4uXteJCN+zy qrZTpdIb0brbR+orR8tVlWQUurrplMv6jnZyRDz5pOEWhY/KGBi5MARW+kVTOGey NNHcPiOly9OoaEFTZOc3uNQC3rJi1uyuEeN+uy1PQ4VZl22GiE8EGBECAA8FAkGi O/ECGwwFCQPCZwAACgkQQgCIFS9miG9+sACglZMZwtFbIxn25YC+9m25WgJxsksA n0BiG6k7l5iQ+ovW7WKvjj7Ovc+V =oCR6 -----END PGP PUBLIC KEY BLOCK----- |
From: Francesco S. <dus...@de...> - 2004-11-16 18:02:29
|
Hello Buck, I'm really sorry for my late answer. TCP RESET status is a really ***GOOD*** thing! I will apply your patch as soon as possible. Thank you! -Francesco On Fri, 29 Oct 2004 15:17:21 -0400 Buck Huppmann <bu...@po...> wrote: > this patch adds minimal TCP RST processing. it may not be > complete or correct, since the tcpick code is so nice and > modular that i thought i could just inject a line or two > without poring over the rest of the code and not break > anything, so i probably overlooked something crucial > > --buck > > diff -uwr tcpick-0.1.24/src/conn_t.h tcpick.new/src/conn_t.h -- |http://francesco.stablum.info http://wecanstopspam.org |Non accetto allegati in formati proprietari (msword, excel ecc.) |utilizzate formati quali pdf, html e testo semplice (txt) |http://www.fsf.org/philosophy/no-word-attachments.it.html |
From: Barracuda S. F. <> - 2004-11-06 10:11:17
|
BANNED FILENAME ALERT Your message to: kf...@uc... was blocked by our Spam Firewall. The email you sent with the following subject has NOT BEEN DELIVERED: Subject: Mail Delivery (failure kf...@uc...) An attachment in that mail was of a file type that the Spam Firewall is set to block. |
From: Buck H. <bu...@po...> - 2004-10-29 19:17:25
|
this patch adds minimal TCP RST processing. it may not be complete or correct, since the tcpick code is so nice and modular that i thought i could just inject a line or two without poring over the rest of the code and not break anything, so i probably overlooked something crucial --buck diff -uwr tcpick-0.1.24/src/conn_t.h tcpick.new/src/conn_t.h --- tcpick-0.1.24/src/conn_t.h Mon Aug 16 20:00:24 2004 +++ tcpick.new/src/conn_t.h Fri Oct 29 14:15:43 2004 @@ -18,6 +18,7 @@ TIME_WAIT__LAST_ACK, LAST_ACK, CLOSED, + RST, NIHL } Status_t; diff -uwr tcpick-0.1.24/src/colors.h tcpick.new/src/colors.h --- tcpick-0.1.24/src/colors.h Mon Aug 16 20:00:25 2004 +++ tcpick.new/src/colors.h Fri Oct 29 15:03:35 2004 @@ -31,6 +31,7 @@ #define _STATUS_COLOR(s) BRIGHT, s == ESTABLISHED ? GREEN : \ s == CLOSED ? RED : \ + s == RST ? RED : \ YELLOW #define c_WELCOME BRIGHT, CYAN #define c_INTERFACE BRIGHT, GREEN diff -uwr tcpick-0.1.24/src/display.c tcpick.new/src/display.c --- tcpick-0.1.24/src/display.c Tue Aug 17 03:25:39 2004 +++ tcpick.new/src/display.c Fri Oct 29 14:17:57 2004 @@ -60,6 +60,9 @@ strcpy( str, "CLOSED" ); /* should it be TIME-WAIT? */ break; + case RST: + strcpy( str, "RESET" ); + break; default: strcpy( str, "ERROR" ); break; diff -uwr tcpick-0.1.24/src/tracker.c tcpick.new/src/tracker.c --- tcpick-0.1.24/src/tracker.c Tue Aug 17 02:20:00 2004 +++ tcpick.new/src/tracker.c Fri Oct 29 14:15:17 2004 @@ -38,7 +38,7 @@ { #define CURR (prev->next) display_status( stdout, CURR, status ); - if ( status == CLOSED ) + if ( status == CLOSED || status == RST ) rmconn( prev ); else CURR->status = status; diff -uwr tcpick-0.1.24/src/verify.c tcpick.new/src/verify.c --- tcpick-0.1.24/src/verify.c Tue Aug 17 04:07:00 2004 +++ tcpick.new/src/verify.c Fri Oct 29 14:15:48 2004 @@ -88,6 +88,9 @@ CURRENT_CONN->status == TIME_WAIT__LAST_ACK && \ CURRENT_CONN->closer == Desc->side +#define IS_RST \ + tcppacket->rst == 1 + extern struct flags_t flags; extern conn_t * first_conn; @@ -204,6 +207,12 @@ /* LAST-ACK sent */ if( IS_CLOSING ) { status_switch( prev_conn, CLOSED ); + return 1; + } + +/* RST */ + if( IS_RST ) { + status_switch( prev_conn, RST ); return 1; } |
From: Mail D. S. <pos...@ri...> - 2004-10-27 03:52:18
|
- These recipients of your message have been processed by the mail serve= r: seb...@pp...; Failed; 5.1.1 (bad destination mailbox addre= ss) Remote MTA 10.16.13.53: SMTP diagnostic: 550 Invalid recipient: <seba= sti...@pp...> |
From: Francesco S. <dus...@in...> - 2004-09-11 19:45:47
|
On Fri, 10 Sep 2004 14:01:35 +0100 (BST) denny mammen <den...@ya...> wrote: > HAi members... Hello Denny, > I am new member of this group and I really got hooked on to > the TCPICK code....As I am new to programming....Could someone > please help me out with a couple of things? > 1.Which is the first file that is executed in TCPICK? Of course the entry point is the main function in tcpick.c :) > 2.What is the sequence of execution of files(their > names)+function and significance of each file<<in the new > version>>? A small description is in the INTERNALS file, you can understand the role of each `.c' file by reading the description in the first comment. i.e.: duskdruid$head src/verify.c /* * verify.c -- the connection matching engine * Part of the tcpick project [cut] I tried to comment much of the functions, please tell me wich part of the code do you want to understand deeply. > 3.How do we automate the installation process in > Linux? Uhm, what do you mean as "automate"? I mean this: ./configure make su make install > As you guys can infer...I'm really new to this...I would really > appreciate your help and sorry for any disturbances!! with > regards-->Denny you are welcome ;) cheers, -Francesco P.S. sorry for my poor english -- http://francesco.stablum.info http://wecanstopspam.org |
From: <den...@ya...> - 2004-09-10 13:01:46
|
HAi members... I am new member of this group and I really got hooked on to the TCPICK code....As I am new to programming....Could someone please help me out with a couple of things? 1.Which is the first file that is executed in TCPICK? 2.What is the sequence of execution of files(their names)+function and significance of each file<<in the new version>>? 3.How do we automate the installation process in Linux? As you guys can infer...I'm really new to this...I would really appreciate your help and sorry for any disturbances!! with regards-->Denny Yahoo! India Matrimony: Find your life partneronline. |
From: Francesco S. <dus...@in...> - 2004-09-08 12:48:24
|
Hello, Bug fixed! tcpick 0.2.0-devel2 released! You can download it from here: http://prdownloads.sourceforge.net/tcpick/tcpick-0.2.0-devel2.tar.gz?download ChangeLog: * 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. Enjoy! -Francesco P.S. I'm sorry but I'm still unable to fix the MacOSX bug (SUICIDE: [main] BIOCSRTIMEOUT: Invalid argument) |
From: cirrus <ci...@gm...> - 2004-09-07 22:26:09
|
On Tue, 7 Sep 2004 23:51:30 +0000, Francesco Stablum <dus...@in...> wrote: > I am sorry. I don't' own a Mac and so I can only pray for > somebody that can hack tcpick source code to resolve these > platform-dependent problems. > I have googled around and I found this: > http://forums.devshed.com/archive/t-114659 > It explains really deeply the problem, but doesn't seem to give a > solution. > Have you tested tcpick on other network interfaces? Does it work? > Yea i found that page, when I was looking around as well. Unfortunately my programming skills are not very good at the moment so I can't resolve the problem myself:). I've tried it on both my ethernet interface and the airport wireless one, but the results are the same. The problem is most probably a platform-dependent one, with the libpcap library. I've also been playing with sample libpcap packet capture code (from http://www.cet.nau.edu/~mc8/Socket/Tutorials/testpcap1.c), and I get the same problem, however playing with the timeout variable on the pcap_open_live function, it seemed it managed to dump some packets, while the same doesn't work with tcpick. Anyway if you need any testing done on MacOSX feel free to send me an email whenever you want. > Thanks, > -Francesco Thanks, Cirrus |
From: Francesco S. <dus...@in...> - 2004-09-07 21:51:33
|
On Tue, 7 Sep 2004 02:15:51 +0100 cirrus <ci...@gm...> wrote: > Starting tcpick 0.1.24 at 2004-09-07 01:38 BST > tcpick: listening on en0 > SUICIDE: [main] BIOCSRTIMEOUT: Invalid argument Thank you for reporting this bug! > It seems that the problem is on line 156 of the tcpick.c file. > descr = pcap_open_live( dev, BUFSIZ, flags.notpromisc ? 0 : 1 , > -1,(char *)errbuf ); > When changing the -1 (time to wait value) to something else, > the program compiles and runs, however it does not seem to > capture any packets. I've played with various values, but > nothing seems to work properly. > > Any ideas/solutions? I am sorry. I don't' own a Mac and so I can only pray for somebody that can hack tcpick source code to resolve these platform-dependent problems. I have googled around and I found this: http://forums.devshed.com/archive/t-114659 It explains really deeply the problem, but doesn't seem to give a solution. Have you tested tcpick on other network interfaces? Does it work? Thanks, -Francesco |