Home
last modified time | relevance | path

Searched refs:DecodeGTP (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.h1966 void DecodeGTP(const uint8_t *, uint32_t, Packet *);
H A Ddecode.c5135 void DecodeGTP(const uint8_t *pkt, uint32_t len, Packet *p) in DecodeGTP() function
5533 DecodeGTP(pkt + sizeof(UDPHdr), len - sizeof(UDPHdr), p); in DecodeUDP()