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

Date: Mon, 07 Sep 2009 16:05:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29771

User: krj
Date: 2009/09/07 09:05 AM

Log:
 ntroduce some seasonal address name lookup functions which we use when NEW_PACKET_LIST is defined. This change partially reverts some parts of r29768, which didn't seem to work because it assumed that get_addr_name() would always return a seasonal string. This wasn't the case if the adddress type was AT_STRINGZ.

Directory: /trunk/epan/
  Changes    Path              Action
  +52 -8     addr_resolv.c     Modified
  +1 -0      addr_resolv.h     Modified
  +6 -1      column-utils.c    Modified

Directory: /trunk/gtk/
  Changes    Path                   Action
  +18 -17    packet_list_store.c    Modified