aboutsip / pkts

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

User-friendly exception messages when parsing SIP URIs #45

Closed lucasec closed 8 years ago

lucasec commented 8 years ago

Several small changes to improve the usefulness of error messages thrown during parsing a SIP URI.

In nearly every case, we are now able to provide a useful index to the character responsible for the error, giving developers and/or end users a meaningful indication of where they went wrong.

Notes: