aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-18epan: Remove some extraneous #ifdefsJoão Valverde1-17/+5
2021-09-17Fix build error if ENABLE_SMI=OFFToni Uhlig1-0/+2
2021-09-16epan: Rename SMI dependency to "libsmi"João Valverde1-5/+5
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-26Move wmem to wsutilJoão Valverde1-2/+2
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-3/+3
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-4/+14
2021-07-04epan: Remove dependency on version_info object libraryJoão Valverde1-2/+6
2021-06-19Replace g_assert() with ws_assert()João Valverde1-3/+4
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+2
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-6/+9
2021-05-25epan: Add SMI versionJoão Valverde1-7/+10
2021-05-25epan: Add c-ares versionJoão Valverde1-4/+4
2021-05-25epan: Add nghttp2 versionJoão Valverde1-1/+9
2021-05-25epan: Remove some superfluous callsJoão Valverde1-39/+25
2021-05-25epan: Add some minimum version checksJoão Valverde1-2/+6
2021-05-19Remove use of PACKAGE_VERSION in maxminddb versionDavid Perry1-9/+0
2021-05-19Add version info for lz4, zstd, maxmindDavid Perry1-2/+30
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-15/+22
2020-06-29epan: Keep decode_as_list when changing profileStig Bjørlykke1-0/+1
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