aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2018-12-12 15:50:42 +0100
committerAnders Broman <a.broman58@gmail.com>2018-12-13 09:41:23 +0000
commit0b476966b9c5a5ad1adfc6282f734863692e3d55 (patch)
treebea133cd6c247b61ff07ff2f914c4e2b949c5dc7 /epan/etypes.h
parent320bc8037170e1f5eaaf51e926ff5c237840faab (diff)
GeoNetworking: Add ethertype 0x8947
Change-Id: I6205bf865827c1b6f26e07d8ad2fc97bc7efe28d Reviewed-on: https://code.wireshark.org/review/31022 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 9c02712ae2..cb4a390346 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -47,6 +47,7 @@ extern "C" {
* Public Assignments" link on the page at
*
* http://standards.ieee.org/regauth/ethertype/index.shtml
+ * http://standards-oui.ieee.org/ethertype/eth.txt
*
* goes to, but it is redirected to the second of those - i.e., both
* of the IEEE URLs ultimately go to the same page.)
@@ -569,6 +570,10 @@ extern "C" {
#define ETHERTYPE_ECP 0x8940 /* Edge Control Protocol */
#endif
+#ifndef ETHERTYPE_GEONETWORKING
+#define ETHERTYPE_GEONETWORKING 0x8947 /* GeoNetworking as defined in ETSI EN 302 636-4-1. */
+#endif
+
#ifndef ETHERTYPE_NSH
#define ETHERTYPE_NSH 0x894F /* Network Service Header (draft-ietf-sfc-nsh-01.txt) */
#endif