sudo tcpdump -Xx
If you track it to a url then you can filter it out a bit better with commands like this.. (the tcpdump man has many good filter examples.)
sudo tcpdump dst host www.google.com
here are the wiki entries with the packet defination
IP header
Tcp header
No comments:
Post a Comment