aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp-oui.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
Use explicit casts. svn path=/trunk/; revision=48347
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
(found by checkhf) svn path=/trunk/; revision=47389
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
Also (for a few files): - create/use some extended value strings; - remove unneeded #include files; - remove unneeded variable initialization; - re-order fcns slightly so prefs_reg_handoff...() at end, etc svn path=/trunk/; revision=44438
2012-04-13Patch from Alex Lindberg to update the LLDP dissector to displayGuy Harris1-0/+6
registered OUIs from manuf and allow custom dissectors for Organizationally Specific TLVs. Fixes bug 7080. Use uint_get_manuf_name() and uint_get_manuf_name_if_known(), rather than tvb_get_manuf_name() and tvb_get_manuf_name_if_known(), in cases where we've fetched the OUI. Have the ECP/VDP dissector also display registered OUIs from manuf. Get rid of the OUI_CISCO_2 OUI from tlv_oui_subtype_vals, as that can come from the manuf file. Leave in comments explaining why, for now, we aren't using the manuf file for *all* the OUIs. svn path=/trunk/; revision=42055
2012-02-28Removed one variable to much.Anders Broman1-1/+2
svn path=/trunk/; revision=41222
2012-02-28From Mijo Safradin:Anders Broman1-0/+407
Add ECP VDP TLV dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6849 Fixed encoding arguments, removed unused variables checkapi errors etc. svn path=/trunk/; revision=41221