I'm having some trouble using TCPDump.
We are testing our software to see if it transmits passwords in clear text.
On a Sun this is pretty easy to do:
snoop -o pat.txt 123.456.789.000
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 fta0 -w pat.txt host 123.456.789.000
and it captures some info, put its wierd code, not an ethernet packet.
These cards are FDDI cards.
Any idea to capture the desired info?
Is there a snoop for Digital Unix?
-Patrick
Received on Tue Jan 21 1997 - 18:29:32 NZDT