Friday, May 22, 2009

tcpdump / etherfind

use tcpdump to collect packets into a file. use etherreal to analyze the packets.
for example, I wanted to see what is happening on port 8655:

tcpdump -vvv port 8655 -w outfile
etherreal outfile

Labels:

0 Comments:

Post a Comment

<< Home