Wireshark-commits: [Wireshark-commits] rev 45091: /trunk/wiretap/ /trunk/wiretap/: catapult_dct2000
Date: Mon, 24 Sep 2012 10:29:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45091

User: martinm
Date: 2012/09/24 03:29 AM

Log:
 Some improvements after looking at profile of large reordercap run.
 - speed up writing timestamp by avoiding g_snprintf()
 - avoid call to strstr()
 - don't use g_snprintf() for writing a liternal string
 - avoid atio() for single-digit strings
 - avoid some strcmp() calls where the release number at the end wasn't
   important

Directory: /trunk/wiretap/
  Changes    Path                  Action
  +89 -18    catapult_dct2000.c    Modified