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

Date: Mon, 05 Aug 2013 20:23:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51164

User: guy
Date: 2013/08/05 01:23 PM

Log:
 Make sure serv_proto is set to the appropriate string value in all
 cases; set it before we do the hash table lookup.  Don't initialize
 serv_proto to null when we declare it - that covers up cases where we
 fail to set it correctly.
 
 Clean up indentation.

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