http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42055
User: guy
Date: 2012/04/13 03:26 PM
Log:
Patch from Alex Lindberg to update the LLDP dissector to display
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -0 packet-ecp-oui.c Modified
+1 -1 packet-ieee80211.c Modified
+64 -43 packet-lldp.c Modified
+8 -4 packet-lldp.h Modified