aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorGerhard KHUENY <Gerhard.KHUENY@bachmann.info>2016-04-26 10:21:42 +0200
committerMichael Mann <mmann78@netscape.net>2016-05-03 12:29:40 +0000
commite2b144ff78e1f13707d8461081571a70f82d2e8b (patch)
tree2156cb77606271ae23037a686f73a99fe5ae4b93 /epan/dissectors/packet-ethertype.c
parent4ab5ea663ffdb62140d2b10439a0022c7a0da926 (diff)
Added Bachmann bluecom protocol
Bug: 12379 Change-Id: I2a6e779e28cd63c2bba6b2c075850f47162e9c7f Reviewed-on: https://code.wireshark.org/review/15119 Reviewed-by: João Valverde <j@v6e.pt> Petri-Dish: João Valverde <j@v6e.pt> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 8a88cebf4e..9df25f32e5 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -176,6 +176,8 @@ const value_string etype_vals[] = {
{ ETHERTYPE_CMD, "CiscoMetaData"},
{ ETHERTYPE_XIP, "eXpressive Internet Protocol"},
{ ETHERTYPE_NWP, "Neighborhood Watch Protocol"},
+ { ETHERTYPE_BLUECOM, "bluecom Protocol"},
+
{ 0, NULL }
};