X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/678f764388841e0f4d2b6a0844a561bae38fec53..0023eaa78f123676bfa9c5fba72ea4b8a59aaa70:/oui.c diff --git a/oui.c b/oui.c index 9d4c818e..9b9c71ca 100644 --- a/oui.c +++ b/oui.c @@ -13,9 +13,7 @@ * Original code by Hannes Gredler (hannes@gredler.at) */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" #include "netdissect.h" @@ -48,6 +46,9 @@ const struct tok oui_values[] = { { OUI_ONLAB, "Open Networking Lab" }, { OUI_FREESCALE, "Freescale" }, { OUI_NETRONOME, "Netronome" }, + { OUI_BROADCOM, "Broadcom" }, + { OUI_PMC_SIERRA, "PMC-Sierra" }, + { OUI_ERICSSON, "Ericsson" }, { 0, NULL } };