aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
Commit message (Expand)AuthorAgeFilesLines
* Fix checkAPI.pl warnings about printfMichael Mann2016-07-251-6/+9
* Use a single WS_NORETURN macroPeter Wu2016-04-081-5/+5
* Print unsigned long values with %lu, not %ld.Guy Harris2015-06-061-4/+4
* (Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2015-02-091-2/+2
* Removed duplicated #include linesDario Lombardo2014-12-281-1/+0
* Don't use toupper() in the test program.Guy Harris2014-10-201-1/+1
* Get rid of unnecessary includes of ctype.h.Guy Harris2014-10-171-1/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix indent (Use 4spaces) and modelines infoAlexis La Goutte2014-01-261-79/+92
* Drop support of Visual Studio 2005Alexis La Goutte2014-01-261-4/+0
* From beroset:Bill Meier2013-03-201-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Another fix for building with MSVC2005.Stig Bjørlykke2011-08-011-0/+4
* config.h is now included, and it defines _WIN32_WINNT.Guy Harris2011-02-171-2/+0
* On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris2011-02-171-5/+9
* Cleanup rcsidsKovarththanan Rajaratnam2009-10-061-16/+12
* As pointed out by Guy, we should probably explain why the gulong -> size_t ca...Kovarththanan Rajaratnam2009-08-171-0/+8
* Add proper type cast.Kovarththanan Rajaratnam2009-08-171-1/+1
* Switch over to using GLib's g_malloc/g_free in the name of consistency.Kovarththanan Rajaratnam2009-08-151-2/+2
* From Kovarththanan Rajaratnam via bug 3506:Gerald Combs2009-07-301-5/+5
* Include <glib.h> to declare g_vsnprintf().Guy Harris2007-12-051-0/+3
* Use g_vsnprintf(), not vsprintf(), for safety's sake.Guy Harris2007-12-051-1/+1
* Win32: call an existing debugger if a DissectorError is thrown. This preserve...Ulf Lamping2006-01-221-0/+13
* get rid of warnings about qualifier discardingTomas Kukosa2005-09-271-3/+3
* Support throwing an exception with a null message pointer, and have theGuy Harris2005-08-061-10/+43
* Remove some unneeded backslashes.Gerald Combs2004-12-291-3/+3
* Remove some macros that were making the "splint" utility throw a fit.Gerald Combs2004-12-281-60/+47
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Fix for Kazlib exception code:Gilbert Ramirez2001-07-271-4/+4
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+415