Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23273: /trunk/epan/ /trunk/epan/: addr_resolv.c column-u

Date: Fri, 26 Oct 2007 05:42:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23273

User: etxrab
Date: 2007/10/26 05:42 AM

Log:
 Apply yet another set of the optimization patches:
 Replace strncpy with g_strlcpy.
 Add g_strlcat for GTK1 and don't use g_snprintf in GTK1 g_strlcpy
 printf family is very slow.

Directory: /trunk/epan/
  Changes    Path              Action
  +16 -28    addr_resolv.c     Modified
  +13 -19    column-utils.c    Modified
  +60 -10    strutil.c         Modified
  +1 -0      strutil.h         Modified