tcpick sniffer libpcap is a text that can track, reassemble and reorder TCP streams. Tcpick is capable of recording captured flows in different files or displays them in the terminal, it is useful to track files that are transmitted via ftp or http. You can see all the current in the terminal, when the connection is closed in different display modes like hexdump, hexdump + ascii, only printable charachters, raw mode and so on. Available in color also useful to read and understand the program output. In fact, you can manage multiple interfaces, including ethernet cards and ppp. It is useful to keep track of what users of a network are doing, and can be used with text tools like grep, sed, awk.
[ http://tcpick.sourceforge.net/ ]
To display the connection status: tcpick -i eth0 -v -C

To display the payload and packet headers: tcpick -i eth0 -yP -C -h -a

No comments:
Post a Comment