From 3275ba2653974eac2409223d9edec5cd8991f316 Mon Sep 17 00:00:00 2001 From: Gregor Miernik Date: Tue, 4 Nov 2014 11:53:39 +0100 Subject: LLDP: Dissector for Hytec specific extensions added It provides dissection of objects with additional neighbor and link information defined by Hytec (pcap example available on wiki.wireshark.org/HYTEC). Also OUI of "Hytec Geraetebau GmbH" added. Change-Id: I92119e46fd5f4c4b385ac3df3170a4766fe056b7 Reviewed-on: https://code.wireshark.org/review/5107 Petri-Dish: Michael Mann Reviewed-by: Michael Mann --- epan/oui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/oui.h') diff --git a/epan/oui.h b/epan/oui.h index 48ff23c5d3..d9647dbb66 100644 --- a/epan/oui.h +++ b/epan/oui.h @@ -79,6 +79,7 @@ #define OUI_APPLE_ATALK 0x080007 /* Appletalk */ #define OUI_HP 0x080009 /* Hewlett-Packard */ #define OUI_HP_2 0x00805F /* Hewlett-Packard */ +#define OUI_HYTEC_GER 0x30B216 /* Hytec Geraetebau GmbH */ #define OUI_WFA 0x506F9A /* Wi-Fi Alliance */ #define OUI_3GPP2 0xCF0002 /* 3GPP2 */ -- cgit v1.2.3