Skip to content

Define ETHERTYPE_{SLOW,LLDP} and accept them in pcap_nametoeproto() #1517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nabijaczleweli
Copy link

@nabijaczleweli nabijaczleweli commented May 21, 2025

Linux has

#define ETH_P_SLOW	0x8809		/* Slow Protocol. See 802.3ad 43B */
#define ETH_P_LLDP	0x88CC		/* Link Layer Discovery Protocol */

for these.

SLOW carries IEEE 802.3 LACP, both defined in annex 57A of 802.3-2018 and LLDP is defined in sexion 79 of the same.

@nabijaczleweli nabijaczleweli force-pushed the master branch 2 times, most recently from 5871d62 to a6ad01a Compare May 21, 2025 17:49
Linux says
	#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant