Fix bugs I introduced. Now
[metze/wireshark/wip.git] / epan / epan.h
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.