summaryrefslogtreecommitdiff
path: root/epan/oui.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-23From Nathan Hartwell:Jaap Keuter1-0/+1
This patch attempt should more closely align with the Wireshark "layout" of using a dissector rather than a "hack" to the packet-llc dissector. svn path=/trunk/; revision=28823
2009-05-05Add support for the IANA's OUI, and recognize NHRP-over-SNAP.Guy Harris1-0/+1
An NHRP extension offset of 0 is not an error - it means there are no extensions. Start using the address family number to determine the type of link-layer addresses in NHRP. Don't fetch IPv4 addresses and add them to the tree - just use proto_tree_add_item(). svn path=/trunk/; revision=28286
2009-05-01Clean up indentation.Guy Harris1-12/+12
svn path=/trunk/; revision=28234
2009-03-01From Carles Kishimoto:Jaap Keuter1-1/+2
Dissector for the proprietary protocol FEFD (Far End Failure Detction) from Force10networks. svn path=/trunk/; revision=27571
2008-08-19Add OUI_MARVELLAnders Broman1-0/+1
svn path=/trunk/; revision=26040
2008-05-14From Steve Karg:Jaap Keuter1-0/+1
Added MS/TP decoding for the WTAP BACnet MS/TP datalink, and added decoding for BACnet MS/TP datalink from a Cimetrics U+4 which spews SNAP protocol packets. svn path=/trunk/; revision=25291
2008-04-10Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended ↵Jaap Keuter1-0/+1
with help from sample capture by Jerome Poulin. svn path=/trunk/; revision=24886
2006-09-20From David Pelton:Anders Broman1-13/+38
Add the ieee802a_add_oui function to libwireshark.def, and also adds the OUI that I am using to a couple of internal lists (in epan/oui.h and dissectors/packet-llc.c). From me: Resorted the oui lists, some witespace changes and added Ericsson OUI:s. svn path=/trunk/; revision=19262
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-11-12(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping1-0/+1
add some PROFINET specific LLDP extensions svn path=/trunk/; revision=16488
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-0/+48
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844