aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris1-0/+6
2013-04-30A few more doxygen fix-ups.Evan Huus1-1/+0
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+15
2012-11-03Manually revert r45669Jakub Zawadzki1-4/+0
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-0/+4
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki1-0/+4
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-8/+8
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+8
2011-09-11From Pascal Quantin:Anders Broman1-0/+44
2011-06-16Constify a return value, to squelch a compiler warning.Guy Harris1-1/+1
2010-09-23Revert 34191 and add some casts insteadJeff Morriss1-1/+1
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss1-2/+2
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-1/+1
2010-08-29Doxygen changes.Anders Broman1-17/+18
2010-07-15Move the code to get version information for libraries used byGuy Harris1-1/+13
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-5/+5
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-5/+5
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-5/+5
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-1/+1
2009-09-08From : Didier GautheronAnders Broman1-1/+1
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-0/+2
2009-08-25From Didier Gautheron:Anders Broman1-0/+5
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-0/+8
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-0/+4
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-02-25Explain conversations and circuits.Guy Harris1-3/+16
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+5
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris1-2/+2
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-2/+5
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-1/+1
2006-06-13new function epan_get_version()Tomas Kukosa1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-02add some comments, has to be extendedUlf Lamping1-1/+13
2005-03-06"report_err.h" declares "report_failure()", so it doesn't need to beGuy Harris1-2/+0
2005-03-06Warning fix:Jörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-1/+2
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-3/+5
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-3/+2
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichGuy Harris1-3/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-20/+30
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-3/+3
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-2/+3
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+6
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-12/+1