aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-23Add c-ares to the required library list.Gerald Combs1-6/+0
2019-11-04epan: Rename dissector_filters.c to conversation_filter.cStig Bjørlykke1-1/+1
2019-09-04Load environment vars to globals for efficency.Anders Broman1-0/+22
2019-08-20Kafka: include zstd compression in Kafka message batchesPiotr Smolinski1-0/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-21Extend epan library plugins with a tap registration callbackJoão Valverde1-0/+10
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai1-0/+18
2019-01-28epan: add missing include.Dario Lombardo1-0/+1
2019-01-28funnel: Fix memleaks in funnel_remove_menuStig Bjørlykke1-0/+1
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu1-0/+11
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu1-0/+3
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+3
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-2/+1
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-2/+4
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-15/+10
2018-06-26epan: Fix session null-pointer checkRoland Knall1-1/+1
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-3/+12
2018-05-23plugins: Don't free static variableJoão Valverde1-1/+1
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-8/+0
2018-03-08epan: Ignore SIGPIPE.Gerald Combs1-0/+10
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-5/+5
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-8/+8
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-11Use an enum for plugin types.Gerald Combs1-14/+2
2018-01-03[glib-compat] Include <wsutil/glib-compat.h>Anders1-0/+1
2017-12-24Fix build and thread runtime compat with older GLibPeter Wu1-0/+14
2017-12-14Add new plugin type for libwiresharkJoão Valverde1-2/+67
2017-12-14Refactor plugin registration and loadingJoão Valverde1-17/+14
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-10/+20
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-6/+8
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-4/+4
2017-12-01Get rid of some void pointers.Gerald Combs1-5/+5
2017-11-13Remove circuit APIMichael Mann1-13/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-03Add function to return version number at run-timeJoão Valverde1-0/+7
2017-05-09Don't have epan_dissect_init() return anything.Michael Mann1-4/+3
2017-04-19Add libxml2 as optional dependencyAhmad Fatoum1-0/+20
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-0/+11
2017-04-12Rename routines to clarify what they do.Guy Harris1-3/+3
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-0/+22
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-2/+2
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-24dtd: free memory on shutdown.Dario Lombardo1-0/+2
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-16/+5
2017-02-10Convert conversation hash tables to use wmem.Michael Mann1-7/+2
2017-02-09Make the capture file's interface description filterableJim Young1-0/+9
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+0