aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asm_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2007-11-30- fix warnings in prefs.cTomas Kukosa1-2/+2
- do not flush SSL debug output after each message but only once per packet svn path=/trunk/; revision=23680
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-0/+1
- use GTree instead of GList for preference module lists svn path=/trunk/; revision=23679
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-0/+37
The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional) proto.c - do not look up in filed tree and inserts in two steps but do it at once - next few small speedups - some often called elementary functions can be optionally implemented in assembler - dispart some functions to see more exact result from profiling packet-tpnc.c - do not reallocate memory for each filed svn path=/trunk/; revision=23643