aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asm_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-03-16[-Wmissing-prototypes]Anders Broman1-1/+1
Use explicit casts. svn path=/trunk/; revision=48338
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-2/+6
of _U_ from the compiler command line into config.h svn path=/trunk/; revision=40806
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/+6
- 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/+67
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