aboutsip / pkts

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

Release 1.0.2 #17

Closed aboutsip closed 10 years ago

aboutsip commented 10 years ago

The following wouldnt parse correctly:

X-Whatever: \r\n Call-ID: asdfasdf

The value of X-Whatever became "Call-ID: asdfasdf" which obviously isnt correct. Im not 100% convinced this is even legal according to the BNF but doesnt matter since this is happening in the wild so have to deal with it.