|
Author: Don Brearley
Date: 25-02-01 18:31
Hello,
I was wondering if there was a way to run tcpdump and have it filter OUT all the IPX (as in, I dont want to see IPX when im running tcpdump)
I read the man page.. but i dont see IPX in there anywhere.
Any Ideas?
- Don
|
|
Reply To This Message
|
|
Author: k
Date: 01-03-01 07:13
Don't know if this will work, but there is a proto option in
tcpdump which restricts the match to a particular protocol, e.g
tcp,udp,icmp, etc. Perhaps you could use this to filter out IPX.
|
|
Reply To This Message
|
|