Categorygithub.com/nextmn/gopacket-gtp
modulepackage
0.0.7
Repository: https://github.com/nextmn/gopacket-gtp.git
Documentation: pkg.go.dev

# README

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.

# Structs

GTPExtensionHeader is used to carry extra data and enable future extensions of the GTP without the need to use another version number.
GTPv1U protocol is used to exchange user data over GTP tunnels across the Sx interfaces.