Network protocol analyzer for capturing and inspecting network traffic
Network analyzer and capture tool - without graphical user interface
tsharkwiresharkdumpcapeditcapmergecapcapinfosrawshark$ tshark -w capture.pcap$ tshark -i eth0 -f 'tcp port 80' -Y 'http' -V$ tshark -r capture.pcap -Y 'ip.src == 192.168.1.1'