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

Date: Thu, 01 Jul 2010 15:11:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33401

User: wmeier
Date: 2010/07/01 08:11 AM

Log:
 Rework ethernet address resolution: step 3 of 3:
 - Primarily: ethernet name lookup returns either
    unresolved or resolved ethernet name depending upon whether 
    MAC Name resolution is disabled or enabled.
    Previously: Unresolved or resolved name cached at first reference
    and then always returned for future references no matter whether
    MAC Name Resolution was enabled or disabled. 
 - Also: Refactor ethernet, manuf & well-known-addr related code;
 
 ToDo: (separately): Redisplay when 'MAC name resolution' enabled/disabled.

Directory: /trunk/epan/
  Changes    Path             Action
  +156 -141  addr_resolv.c    Modified