Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42054: /trunk/epan/ /trunk/epan/: addr_resolv.c addr_res

Date: Fri, 13 Apr 2012 22:23:04 GMT
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