aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbtest.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris2017-01-101-6/+6
* tvbtest.c - Fix printf style argument typesMichael Mann2016-07-151-2/+3
* Remove deprecated tvb_length callsEvan Huus2015-06-241-1/+1
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-101-0/+13
* Fix warnings in test binariesEvan Huus2014-06-191-15/+15
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki2013-11-291-2/+2
* missing include for tvbtest + add 'const' (silent most of warnings).Jakub Zawadzki2013-11-101-1/+2
* emem -> wmem conversion:Pascal Quantin2013-09-221-3/+3
* Update to tvb_g_memdup in tvb test suite.Evan Huus2013-09-211-3/+3
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-1/+1
* Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris2013-04-181-0/+30
* Remove obsolete & incorrect comment:Bill Meier2012-10-291-3/+0
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Rework some code in tvbtest to fix an issue when testing composite tvbs.Bill Meier2011-12-211-62/+96
* Fix a Windows compile error.Bill Meier2011-12-211-2/+2
* Add code to allow tvbuff memory leak testing (using valgrind, for example).Bill Meier2011-12-211-8/+26
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-4/+2
* From jakub Zawadzki:Anders Broman2011-04-041-8/+15
* From me: make tvbtest return an exitcode appropriate to its successRichard van der Hoff2007-04-031-1/+15
* From me:Richard van der Hoff2007-04-031-3/+10
* From me:Richard van der Hoff2007-04-031-6/+7
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+406