aboutsip / pkts

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

Gracefully handles truncated SIP packets #49

Closed sbarta30 closed 8 years ago

sbarta30 commented 8 years ago

For SIP packets that are truncated and have their message bodies cut off before content-length is reached, read what's available and continue processing rather than throwing an exception.