1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-23 07:59:03 +00:00

Avoid hard-coded ethertypes

This commit is contained in:
nnposter
2025-06-06 19:06:09 +00:00
parent 7c4e1bf58d
commit c58eb84340
2 changed files with 3 additions and 2 deletions

View File

@@ -140,6 +140,7 @@ ETHER_TYPE_IPV6 = 0x86dd
ETHER_TYPE_PPPOE_DISCOVERY = 0x8863
ETHER_TYPE_PPPOE_SESSION = 0x8864
ETHER_TYPE_EAPOL = 0x888e
ETHER_TYPE_PROFINET = 0x8892
ETHER_TYPE_ATAOE = 0x88a2
----------------------------------------------------------------------------------------------------------------