Hi admins,
I'm having some trouble using tcpdump.
I am testing my software to see if it transmit password in clear text.
On a Sun this is pretty easy to do:
snoop -o pat.txt ip_address
This dumps all the packets to a file that are from or to the listed IP
address.
How can I get tcpdump to do the same?
I have tried:
tcpdump -i tu0 -w pat.txt host ip_address and it captures some info, put
its wierd code, not an ethernet packet.
Any idea to capture the desired info?
Is there a snoop for Digital Unix?
Regards,
Hicham
Received on Sat Dec 18 1999 - 04:41:03 NZDT