Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c770 uint16_t realeth; in DecodeCiscoMeta() local
863realeth = ntohs(*((uint16_t*) (pkt + real_len - sizeof(uint16_t)))); //The last 2 octets of the he… in DecodeCiscoMeta()
867 DecodeEthTypes(p, pkt, realeth, rem_len, real_len); in DecodeCiscoMeta()