summaryrefslogtreecommitdiff
path: root/oui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+7
|
* Pull in some more SMI Network Management Private Enterprise Codes fromguy2005-04-091-5/+29
| | | | Ethereal.
* move OUI #defines to the header file for other printer to sharehannes2005-04-061-12/+1
|
* move the SNAP OUI values out of the llc printer intohannes2005-04-061-3/+18
| | | | | | | the global oui.c file and make all SNAP printers use it make the display output of the frame-relay SNAP printer consistent to the LLC SNAP printer (= print oui{id,name}, proto-id)
* fixed confusion around OUI and SMI valueshannes2004-01-251-24/+30
|
* -rework the radius decoder for a decent multiline outputhannes2003-11-261-0/+56
-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