aboutsip / pkts

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

updated parseSipContent() #113

Closed edum closed 4 years ago

edum commented 4 years ago

When parsing large-scale pcap file, I have faced heap memory exception. After investigating problem, I found the bug and fixed it like this.

jonbo372 commented 4 years ago

Thanks for your pull request and apologies for taking just about forever to merge it!