http://qs321.pair.com?node_id=525710


in reply to Re^2: simple perl sniffer
in thread simple perl sniffer

Check out Net::Packet. It has parsers for certain protocols above layer 3. If not, you may have to write your own parser, or figure out a way to pass the captured data off to a program like Etheral that has more advanced parsing capability for the upper levels of the protocol stack.

L