Wireshark-commits: [Wireshark-commits] rev 33364: /trunk/epan/ /trunk/epan/: addr_resolv.c
Date: Tue, 29 Jun 2010 02:53:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33364

User: wmeier
Date: 2010/06/28 07:53 PM

Log:
 Rework ethernet address resolution: step 2:
 - Use a new hashwka_t struct (instead of hashether_t) for 
    "well-known-address" hash entries (saves some space);
 - Remove unused variable from hashether_t;
 - Reorder variables within hashether_t and hashmanuf_t to minimize padding in the structures;
 - Rename some variables for clarity;
 - Misc whitespace changes.

Directory: /trunk/epan/
  Changes    Path             Action
  +97 -94    addr_resolv.c    Modified