aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-4/+10
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki1-1/+1
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-1/+1
2014-12-18Add support for multifields in custom columnMichal Labedzki1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-4/+6
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-3/+2
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-0/+12
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+11
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-3/+3
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-6/+1
2013-12-03Rename struct _epan_dissect_t to epan_dissect.Jakub Zawadzki1-1/+1
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-2/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+10
2013-10-20Reintroduce back epan_dissect_reset(), proto_tree_reset()Jakub Zawadzki1-0/+4
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+2
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+2
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-0/+2
2013-07-21Some work on multi file dissectionJakub Zawadzki1-7/+4
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-2/+2
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