--
A few things... A stack probe on the target interface can give you a view of which protocol is being hit.. TCPDUMP on a Linux/Unix machine can help determine what is being transferred.
For example: tcpdump -i eth1 port 20
will document all packets being sent/received on port 20.
This works well in single CDMA network... If you are switched, you will need to look into port mirroring or port spanning, depending on what brand of switch you use.. (It only works on the managed switches, not dumb ones). The port span/mirror will allow you to choose what traffic and direction you want and then direct it to a monitoring port.. You then put your TCPDUMP/SNIFFER/Stack Probe/Whatever else on that port and hope you get to see what you are looking for.
Reply-to: netwraith@pcrd.net
thenetwraith (There is a picture here, but, you just can't see it!)