aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use dladdr() to get a pathname for the current executable().Guy Harris2018-10-081-1/+1
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-33/+29
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2018-01-091-1/+1
* sharkd: support for reference and previous displayed frame numberJakub Zawadzki2017-12-281-4/+18
* Refactor plugin registration and loadingJoão Valverde2017-12-141-17/+3
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-5/+15
* Hand the packet provider functions to epan_new().Guy Harris2017-12-081-10/+9
* Move the frame_set stuff back into the capture_file structure.Guy Harris2017-12-081-41/+40
* sharkd: add sharkd_get_frame() to get frame_data, optimize.Jakub Zawadzki2017-12-081-11/+10
* frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki2017-12-061-1/+14
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-40/+40
* Use cfile fields for some frame_data pointers.Guy Harris2017-12-041-20/+17
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-1/+1
* Get rid of some void pointers.Gerald Combs2017-12-011-4/+2
* Move the protocol registration routines back into libwiresharkJoão Valverde2017-11-211-1/+1
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Rename ui_util.h -> ws_ui_util.hPeter Wu2017-10-151-1/+1
* sharkd: export field filter string.Jakub Zawadzki2017-10-051-2/+2
* Rename "ws_version_info.h", also .cJoão Valverde2017-09-261-1/+1
* Just print the string color_filters_init() provides on an error.Guy Harris2017-06-091-1/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-6/+0
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-1/+1
* Add common routines for command-line libwiretap error reporting.Guy Harris2017-04-201-159/+3
* sharkd: support for "downloading" decoded RTP stream in wave-like format.Jakub Zawadzki2017-04-171-0/+4
* Rename some routines and structure members.Guy Harris2017-04-171-4/+5
* Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris2017-04-121-2/+6
* Rename routines to clarify what they do.Guy Harris2017-04-121-3/+3
* Add an API to let a postdissector specify fields whose values it needs.Guy Harris2017-04-121-11/+29
* Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris2017-04-091-10/+2
* Pull the error reporting into {read,save}_filter_list.Guy Harris2017-04-091-8/+1
* Move the filter file reading code to libui.Guy Harris2017-04-091-1/+1
* Pull the error-reporting code for preference files into read_prefs().Guy Harris2017-04-091-27/+1
* Pull the code to save enabled/disabled lists into libwireshark.Guy Harris2017-04-091-1/+1
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-59/+28
* sharkd: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]Alexis La Goutte2017-02-241-1/+0
* wsutil: remove leaks from filesystem and plugins code.Dario Lombardo2017-02-181-0/+4
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-0/+1
* filter_list: add cleanup function and call it on exit.Dario Lombardo2017-02-101-0/+1
* Clean columns on exit.Dario Lombardo2017-02-101-0/+1
* Make the capture file's interface description filterableJim Young2017-02-091-0/+1
* sharkd: make the way it returns more similar to other apps.Dario Lombardo2017-02-081-4/+13
* Add sharkd - daemon variantJakub Zawadzki2017-01-251-0/+997