Skip to content

Patch for gopacket to enable correct serialization of GTP Extension Headers

License

Notifications You must be signed in to change notification settings

nextmn/gopacket-gtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Patch for gopacket to enable correct serialization of GTP Extension Headers

Resources

License

Stars

Watchers

Forks

Languages