fix used_encryption_key() usage vs. fnum
[metze/wireshark/wip.git] / sharkd.c
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-12-27 Guy HarrisTry to squeeze some bytes out of the frame_data structure.
2018-12-13 Guy HarrisMove more version-info-related stuff to version_info.c.
2018-11-20 Peter WuAdd new Secrets API and allow TLS to use pcapng decrypt...
2018-10-08 Jakub Zawadzkisharkd: free initalized wtap_rec when wtap failed to...
2018-09-09 João Valverdeepan: Add argument to epan_init() to disable plugins
2018-09-02 Jakub Zawadzkisharkd: Fix frames request for empty "" filter
2018-08-29 João Valverdeepan: Remove unnecessary all protocols registration...
2018-08-22 Adam MorrisonFixed a bug related to epan initialization
2018-08-04 Michał Łabędzkisharkd: Return frame's color-filter colors
2018-05-06 Jakub Zawadzkisharkd: support for MaxMindDB.
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2017-12-28 Jakub Zawadzkisharkd: support for reference and previous displayed...
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-08 Guy HarrisHand the packet provider functions to epan_new().
2017-12-08 Guy HarrisMove the frame_set stuff back into the capture_file...
2017-12-08 Jakub Zawadzkisharkd: add sharkd_get_frame() to get frame_data, optimize.
2017-12-06 Jakub Zawadzkiframe user comments: move to epan, add support for...
2017-12-04 Guy HarrisMove the parts of a capture_file used by libwireshark...
2017-12-04 Guy HarrisUse cfile fields for some frame_data pointers.
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-12-01 Gerald CombsGet rid of some void pointers.
2017-11-21 João ValverdeMove the protocol registration routines back into libwi...
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-10-15 Peter WuRename ui_util.h -> ws_ui_util.h
2017-10-05 Jakub Zawadzkisharkd: export field filter string.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-06-09 Guy HarrisJust print the string color_filters_init() provides...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-04-20 Guy HarrisHave separate routines for open-for-reading and open...
2017-04-20 Guy HarrisAdd common routines for command-line libwiretap error...
2017-04-17 Jakub Zawadzkisharkd: support for "downloading" decoded RTP stream...
2017-04-17 Guy HarrisRename some routines and structure members.
2017-04-12 Guy HarrisPrime the epan_dissect_t with postdissector wanted...
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-04-12 Guy HarrisAdd an API to let a postdissector specify fields whose...
2017-04-09 Guy HarrisPull all the "load settings" calls into a epan_load_set...
2017-04-09 Guy HarrisPull the error reporting into {read,save}_filter_list.
2017-04-09 Guy HarrisMove the filter file reading code to libui.
2017-04-09 Guy HarrisPull the error-reporting code for preference files...
2017-04-09 Guy HarrisPull the code to save enabled/disabled lists into libwi...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-02-24 Alexis La Gouttesharkd: fix redundant redeclaration of ‘cfile’ [-Wredun...
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-10 Dario Lombardofilter_list: add cleanup function and call it on exit.
2017-02-10 Dario LombardoClean columns on exit.
2017-02-09 Jim YoungMake the capture file's interface description filterable
2017-02-08 Dario Lombardosharkd: make the way it returns more similar to other...
2017-01-25 Jakub ZawadzkiAdd sharkd - daemon variant