steam-ihs: fix memleak on exception
[metze/wireshark/wip.git] / epan / exceptions.h
2018-04-20 Guy HarrisHandle subset tvbuffs where the length goes past the...
2018-03-25 Guy HarrisClean up REPORT_DISSECTOR_BUG().
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2016-02-11 João ValverdeFix test-programs to build with -Werror
2015-10-05 Peter Wuwslua: fix crash when a LUA error is raised in TRY...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-11-10 Jakub ZawadzkiDon't test for guard-include-define (or how it's called...
2013-04-18 Guy HarrisAdd to tvbuffs a "fragment length" field; if the tvbuff...
2013-03-02 Evan HuusDefine a new exception for reassembly errors, and throw...
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2012-12-04 Bill MeierDefine variants of CLEANUP_PUSH & etc to allow nested...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2010-12-27 Guy HarrisGet rid of trailing white space.
2009-08-16 Kovarththanan Raja... Remove a non thread-safe usage (useful when/if we ever...
2009-06-11 Stig BjørlykkeAdd standard file heading.
2008-04-28 Bill MeierFix minor typo in comment
2007-04-16 Luis Ontanonrevert back to 20437
2007-04-03 Luis OntanonMake sure that when a windows exception is thrown ENDTR...
2007-01-15 Ulf Lampinginstead of simply doing an assert when running out...
2006-05-28 Anders BromanEthereal->Wireshark
2006-03-13 Ronnie SahlbergSCSI is fairly unique among the ethereal protocols...
2005-08-06 Guy HarrisIf a dissector writer directly throws DissectorError...
2005-08-06 Guy HarrisSupport throwing an exception with a null message point...
2005-08-04 Gilbert RamirezException handling fixes, and a fix to packet-frame.c,
2005-08-02 Guy HarrisExplain the BoundsError and ReportedBoundsError errors...
2005-03-11 Ulf Lampingfrom Micheal Duigou: add some doxygen tags and some...
2005-01-16 Guy HarrisRename the FieldError exception to DissectorError.
2005-01-16 Ulf Lampingthrow the new FieldError exception, if a dissector...
2003-10-23 Guy HarrisAdd a new EXCEPT_CODE macro to get the exception code...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.