Name Last modified Size Description
Parent Directory - AUTHORS.html 2005-01-18 13:39 7.3K AUTHORS.texinfo 2004-12-31 05:53 4.1K ChangeLog.html 2005-01-18 13:39 19K ChangeLog.texinfo 2005-01-18 13:37 14K EXAMPLES.html 2005-01-18 13:39 3.8K EXAMPLES.it.html 2005-01-18 13:39 4.4K EXAMPLES.it.texinfo 2004-12-31 05:53 3.5K EXAMPLES.texinfo 2004-12-31 05:53 2.8K INTERNALS.html 2005-01-18 13:39 3.2K INTERNALS.texinfo 2004-12-31 05:53 2.4K KNOWN-BUGS.html 2005-01-18 13:39 3.1K KNOWN-BUGS.texinfo 2005-01-18 04:27 2.2K README.it.html 2005-01-18 13:39 3.3K README.it.texinfo 2004-12-31 05:53 2.3K README.texinfo 2005-01-18 13:37 2.8K TODO.html 2005-01-18 13:39 3.3K TODO.texinfo 2005-01-18 13:39 2.4K template.texinfo 2004-12-31 05:53 335
tcpick is a textmode sniffer libpcap-based that can track tcp streams and saves the captured data in files or displays them in the terminal. Useful for picking files in a passive way. It can store all connections data in different files, or it can display all the stream on the terminal, when the connection is closed. There are useful display modes like hexdump, hexdump + ascii, only printable charachters, raw mode and so on. Available a color mode too, helpful to read better the output of the program. Actually it can handle eth and ppp interfaces. It is useful to keep track of what users of a network are doing, and is usable with textmode tools like grep, sed, awk.
For example, this command displays all HTTP GET requests:
# tcpick -i ppp0 -yP | grep GET
Please read the manpage for further details.
http://tcpick.sourceforge.net
tcpick project needs somebody suggesting me bugs and new features! If you want to contribute sending patches, finding bugs, compilation errors, platform-specific incompatibilies you are invited to the tcpick mailing-list:
tcpick-project@lists.sourceforge.net
I'm sorry for my bad english
thanks
Francesco Stablum "duskdruid" <duskdruid @ despammed.com>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
For other details on GNU/GPL license read COPYING file
Copyright (C) 2003, 2004 Francesco Stablum "duskdruid"