Add back the fix from revision 54693.
[metze/wireshark/wip.git] / epan / epan.h
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2013-12-22 Jakub ZawadzkiAvoid including definition of column_info structure...
2013-12-05 Guy HarrisInitialize the error-reporting routines before scanning...
2013-12-03 Jakub ZawadzkiRename struct _epan_dissect_t to epan_dissect.
2013-12-03 Jakub ZawadzkiDissectors should not use dfilter.h, don't include it.
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-10-20 Jakub ZawadzkiReintroduce back epan_dissect_reset(), proto_tree_reset()
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-05-22 Guy HarrisTurn "packet_is_ssl()" into a general "does the packet...
2013-04-30 Evan HuusA few more doxygen fix-ups.
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-11-03 Jakub ZawadzkiManually revert r45669
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-20 Jakub Zawadzki- Allow reseting edt with new function epan_dissect_res...
2012-10-18 Gerald CombsMove ui-independent object export routines to the commo...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-09-11 Anders BromanFrom Pascal Quantin:
2011-06-16 Guy HarrisConstify a return value, to squelch a compiler warning.
2010-09-23 Jeff MorrissRevert 34191 and add some casts instead
2010-09-23 Jeff MorrissUse gsize (size_t) in a couple of places to make the...
2010-09-22 Sake BlokWhen using a custom column, make it possible to select...
2010-08-29 Anders BromanDoxygen changes.
2010-07-15 Guy HarrisMove the code to get version information for libraries...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2009-09-08 Kovarththanan Raja... Add an option to col_fill_in() to allow us to disable...
2009-09-08 Anders BromanFrom : Didier Gautheron
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-08-25 Anders BromanFrom Didier Gautheron:
2009-08-13 Kovarththanan Raja... Introduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-11 Kovarththanan Raja... TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-02-25 Guy HarrisExplain conversations and circuits.
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2008-06-23 Guy HarrisRename arguments not to collide with function names...
2007-05-07 Graeme LuntUpdated splash screen for Wireshark that shows the...
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-06-13 Tomas Kukosanew function epan_get_version()
2006-05-21 Ronnie Sahlbergname change
2005-08-02 Ulf Lampingadd some comments, has to be extended
2005-03-06 Guy Harris"report_err.h" declares "report_failure()", so it doesn...
2005-03-06 Jörg MayerWarning fix:
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-04-16 Guy HarrisAdd a "report_failure()" routine to allow dissectors...
2004-03-23 Guy HarrisMake "epan_init()" take, as additional arguments, point...
2002-10-22 Guy HarrisAdd in a notion of "circuits", which are for virtual...
2002-09-09 Guy Harris"dfilter_prime_proto_tree()" doesn't modify the "dfilte...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2001-12-18 Gilbert RamirezProvide for per-protocol-tree data in the proto_tree...
2001-12-16 Guy HarrisAdd an extra argument to "epan_dissect_new()" that...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-06 Gilbert RamirezRemove proto_tree from capture_file and PacketWinData...
2001-11-21 Gilbert RamirezRemove the global packet_info called "pi". Dissectors...
2001-10-21 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-04-02 Ed WarnickeAdded two new arguments to epan_init() and proto_init...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2000-10-16 Guy HarrisGive libethereal its own configuration file, and have...
2000-10-06 Gilbert RamirezImplement epan_dissect_new() and epan_dissect_free...
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.