Re: TCPDump on Panther
Re: TCPDump on Panther
- Subject: Re: TCPDump on Panther
- From: Vincent Lubet <email@hidden>
- Date: Mon, 10 Nov 2003 08:17:12 -0800
On Nov 10, 2003, at 7:19 AM, Chilton Webb wrote:
Hi,
I have a client who runs a small hoard of Macs, all of which now have
Panther installed on them. He has intermittent problems with things
like FTP, Email, etc. Normally I'd install TCPFlow and watch the data
for obvious oddities (like wrong password, mailbox full, etc.),
because in this case I'm almost certain it's not an actual network
issue (for assorted other reasons). However, he doesn't want any
software installed on these machines that didn't come with his copy of
Panther.
So is there a way to coax TCPDump into showing the packet text itself
on-screen, to the terminal?
Yes, to see the full hexdump use "-X" together with "-s0"
For example:
tcpdump -X -s0 -i en0 tcp port 80
Vincent
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.