summaryrefslogtreecommitdiff
path: root/oui.h
Commit message (Collapse)AuthorAgeFilesLines
* OpenFlow 1.3: Recognise 5 more messages types.Denis Ovsienko2020-10-021-0/+3
| | | | | Also add new OUIs and experimenter IDs for OFPT_EXPERIMENTER. Update two tests.
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
| | | | [skip ci]
* Resync SMI list against WiresharkJeremy Browne2018-05-021-1/+26
|
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
|
* Clean up indentation.Guy Harris2017-01-131-24/+24
|
* Implement IANA OUI and LLDP MUD optionEliot Lear2016-12-311-0/+1
| | | | | | | | | 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]
* OpenFlow: add vendor name printingDenis Ovsienko2014-12-131-0/+9
| | | | | | | | The new function goes into print-openflow.c as vendor name decoding is the same in all versions of OpenFlow (although in 1.0 it is "vendor" and in subsequent versions it is "experimenter"). The mapping is from: https://rs.opennetworking.org/wiki/display/PUBLIC/ONF+Registry
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
| | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
* whitespace changesMichael Richardson2014-01-011-1/+1
|
* Add error checking and support for DCB Exchange protocol (DCBX) version 1.01.Guy Harris2011-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | From Kaladhar Musunuru <kaladharm@sourceforge.net>: Added support for DCB Exchange protocol (DCBX) version 1.01. http://www.ieee802.org/1/files/public/docs2008/az-wadekar-dcbx-capability-exchange-discovery-protocol-1108-v1.01.pdf DCBX protocol exchanges control state machine and generic feature state machine parameters as Organizationally specific TLVs. The OUI used for the DCBX TLV 1.01 is 0x001B21. Following TLVs are decoded: - Control state - Priority Groups (PG) - Priority-based Flow Control (PFC) - Application Protocol (APP) From me: Add a bunch of additional error checking, and sort the main switch statement by TLV code (and thus by the order in the specification). Also update/add indications of what standards document what items.
* oui.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-2/+2
|
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2008-01-091-2/+3
| | | | add support for the IEEE 802.1 private extensions to the lldp printer
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add TIA/MED private ↵hannes2007-08-191-1/+2
| | | | extensions to the LLDP printer
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add IEEE organisation ↵hannes2007-08-131-1/+2
| | | | specific subtype printing to the LLDP printer
* More OUIs, end the oui_values table with the required {0, NULL} stopper.guy2005-04-091-2/+6
|
* Pull in some more SMI Network Management Private Enterprise Codes fromguy2005-04-091-1/+27
| | | | Ethereal.
* move OUI #defines to the header file for other printer to sharehannes2005-04-061-1/+8
|
* fixed confusion around OUI and SMI valueshannes2004-01-251-23/+24
|
* -rework the radius decoder for a decent multiline outputhannes2003-11-261-0/+40
-add print_vendor_attr() for dissecting vendor proprietary attributes -add global oui.h oui.c files containing vendor IDs/Name tok2str() table developers should use this file for resolving OUIs