The Answer to Life, the Universe, and Everything

Showing posts with label analyzer. Show all posts
Showing posts with label analyzer. Show all posts

Wednesday, June 27, 2007

Protocol Analyzer in CUI

For CUI protocol analyzer,

#apt-get install tshark
#tshark -i eth0 -w `date "+%Y%m%d_capture.pcap"` -R "tcp.port==8080"

-w : output file
-R : filter