diff options
author | hannes <hannes> | 2007-08-19 09:14:49 +0000 |
---|---|---|
committer | hannes <hannes> | 2007-08-19 09:14:49 +0000 |
commit | 707a7ce369c4056be0d2fcf9741c07ca89ba84c1 (patch) | |
tree | 2309738551193e86d410d6413a378a7e57f437ed /oui.c | |
parent | 1449434b8ac44316cde0c246c4dbb20f73dc82ba (diff) | |
download | tcpdump-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } }; |