You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define ETHERTYPE_{SLOW,LLDP} and accept them in pcap_nametoeproto()
The nomenclature for SLOW follows common practice; Linux uses
#define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */
#define ETH_P_LLDP 0x88CC /* Link Layer Discovery Protocol */
SLOW carries IEEE 802.3 LACP, both defined in annex 57A of 802.3-2018:
https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8457469
and LLDP is defined in sexion 79 of the same.
0 commit comments