aboutsip / pkts

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

Fix calculation of IPv4 header length #74

Closed epall closed 6 years ago

epall commented 6 years ago

Previously it was documented as returning the header length in bytes, but it actually returned the header length in 32-bit words.