Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c765 void DecodeEthTypes(Packet *p, const uint8_t *pkt, uint16_t ethtype, uint32_t cap_len, uint8_t link…
867 DecodeEthTypes(p, pkt, realeth, rem_len, real_len); in DecodeCiscoMeta()
871 void DecodeEthTypes(Packet *p, const uint8_t *pkt, uint16_t ethtype, uint32_t cap_len, uint8_t link… in DecodeEthTypes() function
1041 DecodeEthTypes(p, p->pkt, ntohs(p->eh->ether_type), cap_len, linklen); in DecodeEthPkt()