aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-6/+9
2016-04-08Use a single WS_NORETURN macroPeter Wu1-5/+5
2015-06-06Print unsigned long values with %lu, not %ld.Guy Harris1-4/+4
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-2/+2
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-10-20Don't use toupper() in the test program.Guy Harris1-1/+1
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-26Fix indent (Use 4spaces) and modelines infoAlexis La Goutte1-79/+92
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-4/+0
2013-03-20 From beroset:Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-08-01Another fix for building with MSVC2005.Stig Bjørlykke1-0/+4
2011-02-17config.h is now included, and it defines _WIN32_WINNT.Guy Harris1-2/+0
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris1-5/+9
2009-10-06Cleanup rcsidsKovarththanan Rajaratnam1-16/+12
2009-08-17As pointed out by Guy, we should probably explain why the gulong -> size_t ca...Kovarththanan Rajaratnam1-0/+8
2009-08-17Add proper type cast.Kovarththanan Rajaratnam1-1/+1
2009-08-15Switch over to using GLib's g_malloc/g_free in the name of consistency.Kovarththanan Rajaratnam1-2/+2
2009-07-30From Kovarththanan Rajaratnam via bug 3506:Gerald Combs1-5/+5
2007-12-05Include <glib.h> to declare g_vsnprintf().Guy Harris1-0/+3
2007-12-05Use g_vsnprintf(), not vsprintf(), for safety's sake.Guy Harris1-1/+1
2006-01-22Win32: call an existing debugger if a DissectorError is thrown. This preserve...Ulf Lamping1-0/+13
2005-09-27get rid of warnings about qualifier discardingTomas Kukosa1-3/+3
2005-08-06Support throwing an exception with a null message pointer, and have theGuy Harris1-10/+43
2004-12-29Remove some unneeded backslashes.Gerald Combs1-3/+3
2004-12-28Remove some macros that were making the "splint" utility throw a fit.Gerald Combs1-60/+47
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-07-27Fix for Kazlib exception code:Gilbert Ramirez1-4/+4
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+415