diff options
author | Eliot Lear <lear@upstairs.ofcourseimright.com> | 2016-12-30 14:44:16 +0100 |
---|---|---|
committer | Eliot Lear <lear@upstairs.ofcourseimright.com> | 2016-12-31 08:17:55 +0100 |
commit | 01e8e1485fd8253c288a55bcd78dcd8d0e609bb4 (patch) | |
tree | c035566b2f54719c0eda850df634e82a6f9b2934 /oui.c | |
parent | 38fce5474fd8375aff201c6d07ef7b2835e55688 (diff) | |
download | tcpdump-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" }, |