aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbtest.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29Remove obsolete & incorrect comment:Bill Meier1-3/+0
/* Composite tvbuffs don't work at the moment -- tests commented out until * they do. */ svn path=/trunk/; revision=45830
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
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
2011-12-21Rework some code in tvbtest to fix an issue when testing composite tvbs.Bill Meier1-62/+96
tvbtest now completes all the tvb tests successfully (including those for composite tvbs) !! In addition, running tvbtest under valgrind shows no memory leaks. svn path=/trunk/; revision=40269
2011-12-21Fix a Windows compile error.Bill Meier1-2/+2
svn path=/trunk/; revision=40268
2011-12-21Add code to allow tvbuff memory leak testing (using valgrind, for example).Bill Meier1-8/+26
Essentially: tvbtest.c patch from Robert G. Jakabosky: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6573 Also: Update tvbtest code slightly to reflect the revised tvbuffs code committed in SVN #40264; (Composite tvbs should not be individually freed). svn path=/trunk/; revision=40267
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-4/+2
in README.devloper. Remove g_gnuc.h since it's no longer needed. Remove tvbuff_init(), tvbuff_cleanup(), reassemble_init(), and reassemble_cleanup() since they were only used for older GLib versions which didn't support GSlices. Assume we always support the "matches" operator. svn path=/trunk/; revision=37978
2011-04-04From jakub Zawadzki:Anders Broman1-8/+15
I've fixed composite tests #0 and #2 svn path=/trunk/; revision=36440
2007-04-03From me: make tvbtest return an exitcode appropriate to its successRichard van der Hoff1-1/+15
svn path=/trunk/; revision=21308
2007-04-03From me:Richard van der Hoff1-3/+10
disable failing composite tvb tests svn path=/trunk/; revision=21307
2007-04-03From me:Richard van der Hoff1-6/+7
fix compiler warnings in tvbtest.c svn path=/trunk/; revision=21306
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=4199
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+406
svn path=/trunk/; revision=2458