summaryrefslogtreecommitdiff
path: root/oui.c
diff options
context:
space:
mode:
authorhannes <hannes>2007-08-19 09:14:49 +0000
committerhannes <hannes>2007-08-19 09:14:49 +0000
commit707a7ce369c4056be0d2fcf9741c07ca89ba84c1 (patch)
tree2309738551193e86d410d6413a378a7e57f437ed /oui.c
parent1449434b8ac44316cde0c246c4dbb20f73dc82ba (diff)
downloadtcpdump-707a7ce369c4056be0d2fcf9741c07ca89ba84c1.tar.gz
from Carles Kishimoto <carles.kishimoto@gmail.com>: add TIA/MED private extensions to the LLDP printer
Diffstat (limited to 'oui.c')
-rw-r--r--oui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/oui.c b/oui.c
index b17bfe54..90063c9d 100644
--- a/oui.c
+++ b/oui.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/oui.c,v 1.7 2007-08-13 12:55:17 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/oui.c,v 1.8 2007-08-19 09:14:49 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -40,6 +40,7 @@ struct tok oui_values[] = {
{ OUI_JUNIPER, "Juniper" },
{ OUI_HP, "Hewlett-Packard" },
{ OUI_IEEE_PRIVATE, "IEEE 802.3 Private"},
+ { OUI_TIA, "ANSI/TIA"},
{ 0, NULL }
};