summaryrefslogtreecommitdiff
path: root/oui.c
diff options
context:
space:
mode:
authorEliot Lear <lear@upstairs.ofcourseimright.com>2016-12-30 14:44:16 +0100
committerEliot Lear <lear@upstairs.ofcourseimright.com>2016-12-31 08:17:55 +0100
commit01e8e1485fd8253c288a55bcd78dcd8d0e609bb4 (patch)
treec035566b2f54719c0eda850df634e82a6f9b2934 /oui.c
parent38fce5474fd8375aff201c6d07ef7b2835e55688 (diff)
downloadtcpdump-01e8e1485fd8253c288a55bcd78dcd8d0e609bb4.tar.gz
Implement IANA OUI and LLDP MUD option
The changes associated with this commit introduce the IANA subtree for LLDP and its first element, the MUDURL, as documented in draft-ietf-opsawg-mud. This is similar to the changes made for DHCP and DHCPv6. [updated to use fn_printn]
Diffstat (limited to 'oui.c')
-rw-r--r--oui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/oui.c b/oui.c
index d00e7c5b..1750799b 100644
--- a/oui.c
+++ b/oui.c
@@ -26,6 +26,7 @@
const struct tok oui_values[] = {
{ OUI_ENCAP_ETHER, "Ethernet" },
{ OUI_CISCO, "Cisco" },
+ { OUI_IANA, "IANA" },
{ OUI_NORTEL, "Nortel Networks SONMP" },
{ OUI_CISCO_90, "Cisco bridged" },
{ OUI_RFC2684, "Ethernet bridged" },