aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exceptions.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Fix test-programs to build with -WerrorJoão Valverde1-1/+1
2015-10-05wslua: fix crash when a LUA error is raised in TRY blockPeter Wu1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Don't test for guard-include-define (or how it's called) inside including hea...Jakub Zawadzki1-2/+0
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-16/+61
2013-03-02Define a new exception for reassembly errors, and throw it in several casesEvan Huus1-2/+26
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-10/+66
2012-12-04Define variants of CLEANUP_PUSH & etc to allow nested use w/o "shadowing" var...Bill Meier1-0/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-12-27Get rid of trailing white space.Guy Harris1-7/+7
2009-08-16Remove a non thread-safe usage (useful when/if we ever support threading) of ...Kovarththanan Rajaratnam1-0/+5
2009-06-11Add standard file heading.Stig Bjørlykke1-4/+24
2008-04-28Fix minor typo in commentBill Meier1-1/+1
2007-04-16revert back to 20437Luis Ontanon1-17/+6
2007-04-03Make sure that when a windows exception is thrown ENDTRY gets evaluated.Luis Ontanon1-4/+17
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping1-0/+6
2006-05-28Ethereal->WiresharkAnders Broman1-7/+7
2006-03-13SCSI is fairly unique among the ethereal protocols in that it is sometimes no...Ronnie Sahlberg1-0/+12
2005-08-06If a dissector writer directly throws DissectorError, don't punish theGuy Harris1-3/+3
2005-08-06Support throwing an exception with a null message pointer, and have theGuy Harris1-2/+8
2005-08-04Exception handling fixes, and a fix to packet-frame.c,Gilbert Ramirez1-17/+67
2005-08-02Explain the BoundsError and ReportedBoundsError errors a bit more, asGuy Harris1-0/+15
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping1-4/+25
2005-01-16Rename the FieldError exception to DissectorError.Guy Harris1-1/+1
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-0/+1
2003-10-23Add a new EXCEPT_CODE macro to get the exception code for the currentGuy Harris1-0/+2
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+1
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+203