aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 39c7354656..ab07a7e176 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -173,6 +173,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_HSR, "High-availability Seamless Redundancy (IEC62439 Part 3)" },
{ ETHERTYPE_BPQ, "AX.25" },
{ ETHERTYPE_CMD, "CiscoMetaData" },
+ { ETHERTYPE_GEONETWORKING, "GeoNetworking" },
{ ETHERTYPE_XIP, "eXpressive Internet Protocol" },
{ ETHERTYPE_NWP, "Neighborhood Watch Protocol" },
{ ETHERTYPE_BLUECOM, "bluecom Protocol" },