aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
196 stars 91 forks source link

Throw PacketParseException instead of RuntimeException when IPv4 encounters a next protocol it can't handle #75

Closed epall closed 6 years ago

epall commented 6 years ago

This enables callers to catch PacketParseException explicitly.