Add a inflateEnd() call to free up the stream in the re-init block.
[obnox/wireshark/wip.git] / epan / exceptions.h
2007-04-16 legorevert back to 20437
2007-04-03 legoMake sure that when a windows exception is thrown ENDTR...
2007-01-15 ulflinstead of simply doing an assert when running out...
2006-05-28 etxrabEthereal->Wireshark
2006-03-13 sahlbergSCSI is fairly unique among the ethereal protocols...
2005-08-06 guyIf a dissector writer directly throws DissectorError...
2005-08-06 guySupport throwing an exception with a null message point...
2005-08-04 gramException handling fixes, and a fix to packet-frame.c,
2005-08-02 guyExplain the BoundsError and ReportedBoundsError errors...
2005-03-11 ulflfrom Micheal Duigou: add some doxygen tags and some...
2005-01-16 guyRename the FieldError exception to DissectorError.
2005-01-16 ulflthrow the new FieldError exception, if a dissector...
2003-10-23 guyAdd a new EXCEPT_CODE macro to get the exception code...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.