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 35082: /trunk/ /trunk/epan/: addr_resolv.c /trunk/: make

Date: Tue, 30 Nov 2010 22:28:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35082

User: morriss
Date: 2010/11/30 02:28 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102 :
 
 Limit the length of manuf names to 8 characters in make-manuf (this matches
 the (old) limit in addr_resolv.c).
 
 Dynamically allocate memory to store the manuf name in epan/addr_resolv.c so
 that we don't end up corrupting the UTF-8 if/when we need to truncate the
 string.

Directory: /trunk/epan/
  Changes    Path             Action
  +12 -8     addr_resolv.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +8 -7      make-manuf    Modified