Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c1515 if ( len < LEN_VLAN_LLC_OTHER ) in DecodeVlan()
1545 DecodeIP(p->pkt + LEN_VLAN_LLC_OTHER, in DecodeVlan()
1546 len - LEN_VLAN_LLC_OTHER, p); in DecodeVlan()
1551 DecodeARP(p->pkt + LEN_VLAN_LLC_OTHER, in DecodeVlan()
1552 len - LEN_VLAN_LLC_OTHER, p); in DecodeVlan()
1556 DecodeIPV6(p->pkt + LEN_VLAN_LLC_OTHER, in DecodeVlan()
1565 DecodeVlan(p->pkt + LEN_VLAN_LLC_OTHER, in DecodeVlan()
1576 DecodeIPX(p->pkt + LEN_VLAN_LLC_OTHER, in DecodeVlan()
1596 len - LEN_VLAN_LLC_OTHER, p); in DecodeVlan()
5109 DecodeMPLS(p->pkt + LEN_VLAN_LLC_OTHER, in DecodeGRE()
[all …]