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

Date: Tue, 13 Aug 2013 01:41:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51326

User: eapache
Date: 2013/08/12 06:41 PM

Log:
 Fix name resolution tests:
 - if we find a name during lookup, return it even if it's not a dummy
 - read personal hosts after global hosts so that they take precedence
 
 Neither of these problems appear to be new - the recent work did not change this
 logic, so I have no idea how come name resolution wasn't failing before, but I
 guess the old hash table was weirder than I thought...

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