http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42054
User: guy
Date: 2012/04/13 03:23 PM
Log:
Add uint_get_manuf_name() and uint_get_manuf_name_if_known() routines,
which take an OUI, presumably fetched with a routine such as
tvb_get_ntoh24(), as an argument and attempt to look it up in the manuf
file.
Fix up the comments for all the get_manuf_name routines.
Get rid of "extern"s in definitions of functions (definitions, not
declarations).
Directory: /trunk/epan/
Changes Path Action
+38 -16 addr_resolv.c Modified
+30 -4 addr_resolv.h Modified