.TH snoop pj "4 July 2005" .SH NAME snoop Notes .SH DESCRIPTION Snoop is like tcpdump but for solaris. Here is a good command: .PP .RS snoop -r -x 0 'host 169.207.238.110' .RE .PP .IP -r don't resolve ip addresses .IP "-x 0" show ascii & hex packet data, starting at the 0th byte of the packet. .SH AUTHOR Paul Jungwirth