aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oui.c
diff options
context:
space:
mode:
authorGregor Miernik <gregor.miernik@hytec.de>2014-11-04 11:53:39 +0100
committerMichael Mann <mmann78@netscape.net>2014-11-15 03:19:17 +0000
commit3275ba2653974eac2409223d9edec5cd8991f316 (patch)
tree3399fb7d2e6da5e5ce1bf3f18256f0cc591203a2 /epan/oui.c
parent1e2a3dcb94a7a0feba684d0b824087c0f61a06d8 (diff)
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 <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/oui.c')
-rw-r--r--epan/oui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/oui.c b/epan/oui.c
index 5c5658a51e..1e441b48ba 100644
--- a/epan/oui.c
+++ b/epan/oui.c
@@ -76,6 +76,7 @@ http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/ibm_r
/* Currently, the manuf file calls this "Procurve", as it's assigned to HP! */
{ OUI_HP, "Hewlett-Packard" },
{ OUI_HP_2, "Hewlett-Packard" },
+ { OUI_HYTEC_GER, "Hytec Geraetebau GmbH" },
{ OUI_WFA, "Wi-Fi Alliance" },
/* Registry Name: PPP Vendor Specific OUI Options */
{ OUI_3GPP2, "3GPP2 Vendor specific packet ID" },