aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index dfeed39837..cb306e2198 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -1,4 +1,4 @@
-/* etypes.h
+/** @file
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
* Wireshark - Network traffic analyzer
@@ -72,7 +72,7 @@ extern "C" {
#endif
#ifndef ETHERTYPE_WOL
-#define ETHERTYPE_WOL 0x0842 /* Wake on LAN. Not offically registered. */
+#define ETHERTYPE_WOL 0x0842 /* Wake on LAN. Not officially registered. */
#endif
#ifndef ETHERTYPE_WMX_M2M
@@ -345,6 +345,10 @@ extern "C" {
#define ETHERTYPE_EAPOL 0x888E /* 802.1x Authentication */
#endif
+#ifndef ETHERTYPE_FORTINET_FGCP_HB /* Not register https://community.fortinet.com/t5/FortiGate/Technical-Tip-FortiGate-HA-Heartbeat-packet-Ethertypes/ta-p/197807 */
+#define ETHERTYPE_FORTINET_FGCP_HB 0x8890 /* Fortinet FGCP HeartBeat */
+#endif
+
#ifndef ETHERTYPE_PROFINET
#define ETHERTYPE_PROFINET 0x8892 /* PROFIBUS PROFINET protocol */
#endif
@@ -377,6 +381,10 @@ extern "C" {
#define ETHERTYPE_IEEE_802_1AD 0x88A8 /* IEEE 802.1ad Provider Bridge, Q-in-Q */
#endif
+#ifndef ETHERTYPE_IEEE_EXTREME_MESH
+#define ETHERTYPE_IEEE_EXTREME_MESH 0x88A9 /* Ethernet type for Extreme Mesh */
+#endif
+
#ifndef ETHERTYPE_EPL_V2
#define ETHERTYPE_EPL_V2 0x88AB /* communication profile for Real-Time Ethernet */
#endif
@@ -515,7 +523,7 @@ extern "C" {
#endif
#ifndef ETHERTYPE_CFM
-#define ETHERTYPE_CFM 0x8902 /* IEEE 802.1ag Connectivity Fault Management(CFM) protocol */
+#define ETHERTYPE_CFM 0x8902 /* IEEE 802.1Q Connectivity Fault Management(CFM) protocol */
#endif
#ifndef ETHERTYPE_DCE
@@ -619,7 +627,7 @@ extern "C" {
#endif
#ifndef ETHERTYPE_TECMP
-#define ETHERTYPE_TECMP 0x99FE /* Technically Enhanced Capture Module Protocol (TECMP) */
+#define ETHERTYPE_TECMP 0x99FE /* Technically Enhanced Capture Module Protocol (TECMP) and ASAM Capture Module Protocol (CMP)*/
#endif
#ifndef ETHERTYPE_6LOWPAN
@@ -658,6 +666,10 @@ extern "C" {
#define ETHERTYPE_EXEH 0xE555 /* EXos internal Extra Header */
#endif
+#ifndef ETHERTYPE_ATRL
+#define ETHERTYPE_ATRL 0xFBAC /* Allied Telesis Resiliency Link frames */
+#endif
+
#ifndef ETHERTYPE_FCFT
#define ETHERTYPE_FCFT 0xFCFC /* used to transport FC frames+MDS hdr internal to Cisco's MDS switch */
#endif