Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 319 Bytes

gopacket-gtp

gopacket (v1.1.19) is not serializing GTP Extension Headers in the right way. Extension Headers are appended to the buffer in multiple times instead of allocating the right size directly. This results in a malformed packet since the extension ends up after the payload.

This fork indends to fix this.