aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-4/+2
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-4/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-4/+4
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-12-14Add new plugin type for libwiresharkJoão Valverde1-0/+12
2017-12-14Refactor plugin registration and loadingJoão Valverde1-9/+5
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-2/+14
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-1/+9
2017-11-13Remove circuit APIMichael Mann1-13/+0
2017-09-03Add function to return version number at run-timeJoão Valverde1-0/+2
2017-05-09Don't have epan_dissect_init() return anything.Michael Mann1-1/+1
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-0/+5
2017-04-12Rename routines to clarify what they do.Guy Harris1-2/+2
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-0/+7
2017-02-10Convert conversation hash tables to use wmem.Michael Mann1-1/+0
2017-02-09Make the capture file's interface description filterableJim Young1-1/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-1/+2
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-1/+6
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