How can you access the packet information in a JpCap Packet

Posted by mvid on Stack Overflow See other posts from Stack Overflow or by mvid
Published on 2010-04-15T03:08:47Z Indexed on 2010/04/15 3:13 UTC
Read the original article Hit count: 548

How can I pull relevant packet information from a JpCap packet? I am trying to find the source/destination ip and port. So far I have tried string parsing the Packet's toString() method, but that seems brutish.

© Stack Overflow or respective owner

Related posts about jpcap

Related posts about packet