aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorRobert Sauter <sauter@locoslab.com>2017-07-11 11:37:08 +0200
committerAnders Broman <a.broman58@gmail.com>2017-07-11 13:48:45 +0000
commit0ba78c947b4c835af391cfacf37c32ad1487c18f (patch)
treec11cbd6ba6045fe9d0ccaa34fb83b4d814d3e161 /epan/dissectors/packet-ethertype.c
parented5e7abf4fa1546ccc76b2204744a802f9c2fc3f (diff)
Ethertype: Add 6LoWPAN Ethertype; register dissector
Change-Id: I3ba09b8ebc696b83531b998fcc3a0f521d86df41 Reviewed-on: https://code.wireshark.org/review/22581 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> 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 6f5a37e2c8..feb42b4e5b 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -187,6 +187,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_NWP, "Neighborhood Watch Protocol" },
{ ETHERTYPE_BLUECOM, "bluecom Protocol" },
{ ETHERTYPE_QINQ_OLD, "QinQ: old non-standard 802.1ad" },
+ { ETHERTYPE_6LOWPAN, "6LoWPAN" },
{ 0, NULL }
};