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

Date: Thu, 15 Aug 2013 02:46:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51364

User: eapache
Date: 2013/08/14 07:46 PM

Log:
 Split the code to convert an ethernet address into an int64 into a function
 since it's used in several places. Don't allocate a key just to do a hash-table
 lookup, we only need to do that if we're actually inserting. Fixes another ~1KB
 of leaks.

Directory: /trunk/epan/
  Changes    Path             Action
  +24 -50    addr_resolv.c    Modified