aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Just print the string color_filters_init() provides on an error.Guy Harris1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-6/+0
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-1/+1
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris1-159/+3
2017-04-17sharkd: support for "downloading" decoded RTP stream in wave-like format.Jakub Zawadzki1-0/+4
2017-04-17Rename some routines and structure members.Guy Harris1-4/+5
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-2/+6
2017-04-12Rename routines to clarify what they do.Guy Harris1-3/+3
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-11/+29
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-10/+2
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-8/+1
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-27/+1
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-59/+28
2017-02-24sharkd: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]Alexis La Goutte1-1/+0
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-10filter_list: add cleanup function and call it on exit.Dario Lombardo1-0/+1
2017-02-10Clean columns on exit.Dario Lombardo1-0/+1
2017-02-09Make the capture file's interface description filterableJim Young1-0/+1
2017-02-08sharkd: make the way it returns more similar to other apps.Dario Lombardo1-4/+13
2017-01-25Add sharkd - daemon variantJakub Zawadzki1-0/+997