aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-11From Pascal Quantin:etxrab1-0/+44
2011-06-16Constify a return value, to squelch a compiler warning.guy1-1/+1
2010-09-23Revert 34191 and add some casts insteadmorriss1-1/+1
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.morriss1-2/+2
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-1/+1
2010-08-29Doxygen changes.etxrab1-17/+18
2010-07-15Move the code to get version information for libraries used byguy1-1/+13
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-5/+5
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-5/+5
2010-04-02From Yaniv Kaul: constify parameterswmeier1-5/+5
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-4/+4
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...krj1-1/+1
2009-09-08From : Didier Gautheronetxrab1-1/+1
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-0/+2
2009-08-25From Didier Gautheron:etxrab1-0/+5
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-0/+8
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...krj1-0/+4
2009-07-27From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-02-25Explain conversations and circuits.guy1-3/+16
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-1/+5
2008-06-23Rename arguments not to collide with function names, to avoid warningsguy1-2/+2
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. gal1-2/+5
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-1/+1
2006-06-13new function epan_get_version()kukosa1-0/+2
2006-05-21name changesahlberg1-2/+2
2005-08-02add some comments, has to be extendedulfl1-1/+13
2005-03-06"report_err.h" declares "report_failure()", so it doesn't need to beguy1-2/+0
2005-03-06Warning fix:jmayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryguy1-1/+2
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy1-3/+5
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedguy1-3/+2
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichguy1-3/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-20/+30
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-3/+3
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram1-2/+3
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-2/+6
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-12/+1
2001-04-02Added two new arguments to epan_init() and proto_init() tohagbard1-2/+3
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-2/+5
2000-10-16Give libethereal its own configuration file, and have that configurationguy1-1/+3
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are thegram1-6/+15
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"gram1-0/+6
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+49