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