Home
last modified time | relevance | path

Searched refs:next_hdr_type (Results 1 – 4 of 4) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/codecs/misc/
H A Dcd_gtp.cc133 uint8_t next_hdr_type = *(raw.data + len - 1); in decode() local
136 while (next_hdr_type) in decode()
160 next_hdr_type = *(raw.data + len - 1); in decode()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/gtp/
H A Dgtp_parser.c373 uint8_t next_hdr_type; in gtp_parse_v1() local
396 next_hdr_type = *(buff + msg->header_len - 1); in gtp_parse_v1()
399 while (next_hdr_type) in gtp_parse_v1()
427 next_hdr_type = *(buff + msg->header_len - 1); in gtp_parse_v1()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/gtp/
H A Dgtp_parser.cc314 uint8_t next_hdr_type = *(buff + msg->header_len - 1); in gtp_parse_v1() local
317 while (next_hdr_type) in gtp_parse_v1()
345 next_hdr_type = *(buff + msg->header_len - 1); in gtp_parse_v1()
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c5138 uint8_t next_hdr_type; in DecodeGTP() local
5210 next_hdr_type = *(pkt + header_len - 1); in DecodeGTP()
5213 while (next_hdr_type) in DecodeGTP()
5239 next_hdr_type = *(pkt + header_len - 1); in DecodeGTP()