aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
Commit message (Expand)AuthorAgeFilesLines
* 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