Make the frame_data_sequence structure opaque, and move some other
[obnox/wireshark/wip.git] / epan / epan.h
2010-09-23 morrissRevert 34191 and add some casts instead
2010-09-23 morrissUse gsize (size_t) in a couple of places to make the...
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-08-29 etxrabDoxygen changes.
2010-07-15 guyMove the code to get version information for libraries...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-01-28 wmeierFix various gcc -Wshadow warnings.
2009-09-08 krjAdd an option to col_fill_in() to allow us to disable...
2009-09-08 etxrabFrom : Didier Gautheron
2009-09-06 krjSplit a bunch of init routines into init() and cleanup...
2009-08-25 etxrabFrom Didier Gautheron:
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-11 krjTRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-02-25 guyExplain conversations and circuits.
2009-02-15 guyAdd a routine to report write errors to the list of...
2008-06-23 guyRename arguments not to collide with function names...
2007-05-07 galUpdated splash screen for Wireshark that shows the...
2007-01-02 guyAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-06-13 kukosanew function epan_get_version()
2006-05-21 sahlbergname change
2005-08-02 ulfladd some comments, has to be extended
2005-03-06 guy"report_err.h" declares "report_failure()", so it doesn...
2005-03-06 jmayerWarning fix:
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-16 guyAdd a "report_failure()" routine to allow dissectors...
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2002-10-22 guyAdd in a notion of "circuits", which are for virtual...
2002-09-09 guy"dfilter_prime_proto_tree()" doesn't modify the "dfilte...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-16 guyAdd an extra argument to "epan_dissect_new()" that...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-04-02 hagbardAdded two new arguments to epan_init() and proto_init...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2000-10-16 guyGive libethereal its own configuration file, and have...
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...
2000-09-28 gramMore EPAN-related code movements. Get rid of usage...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.