aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exceptions.h
AgeCommit message (Expand)AuthorFilesLines
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