From e2b144ff78e1f13707d8461081571a70f82d2e8b Mon Sep 17 00:00:00 2001 From: Gerhard KHUENY Date: Tue, 26 Apr 2016 10:21:42 +0200 Subject: Added Bachmann bluecom protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 12379 Change-Id: I2a6e779e28cd63c2bba6b2c075850f47162e9c7f Reviewed-on: https://code.wireshark.org/review/15119 Reviewed-by: João Valverde Petri-Dish: João Valverde Reviewed-by: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter Reviewed-by: Michael Mann --- epan/dissectors/packet-ethertype.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-ethertype.c') 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 } }; -- cgit v1.2.3