aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorCharlie Lenahan <clenahan@sonicbison.com>2019-02-25 18:08:17 -0500
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-03-02 08:29:37 +0000
commit4b7e14b03d8020d79c1b09c868cbcc4cf1a2a160 (patch)
tree9d450f3672b21e6c6d9d247055bcdf7f50ca822e /epan/etypes.h
parente1316e1b20ef330404309270cb6d31607ae74320 (diff)
Add support for protocol broadcast by EERO Mesh AP's
Bug: 15540 Change-Id: Ia6d266f8fb27d438906cda420a4b52aed5acfdc2 Reviewed-on: https://code.wireshark.org/review/32191 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index ee0dd88fd2..9c01d03e4d 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -594,6 +594,10 @@ extern "C" {
#define ETHERTYPE_QINQ_OLD 0x9100 /* QinQ: old non-standard 802.1ad */
#endif
+#ifndef ETHERTYPE_EERO
+#define ETHERTYPE_EERO 0x9104 /* EERO: broadcast packets sent by EERO MESH AP's (not officially registered) */
+#endif
+
#ifndef ETHERTYPE_6LOWPAN
#define ETHERTYPE_6LOWPAN 0xA0ED /* RFC 4944: Transmission of IPv6 Packets over IEEE 802.15.4 Networks */
#endif