aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08sharkd: free initalized wtap_rec when wtap failed to read frame.Jakub Zawadzki1-0/+2
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-09-02sharkd: Fix frames request for empty "" filterJakub Zawadzki1-0/+6
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-3/+1
2018-08-22Fixed a bug related to epan initializationAdam Morrison1-4/+4
2018-08-04sharkd: Return frame's color-filter colorsMichał Łabędzki1-5/+14
2018-05-06sharkd: support for MaxMindDB.Jakub Zawadzki1-0/+7
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-33/+29
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2017-12-28sharkd: support for reference and previous displayed frame numberJakub Zawadzki1-4/+18
2017-12-14Refactor plugin registration and loadingJoão Valverde1-17/+3
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-5/+15
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-10/+9
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-41/+40
2017-12-08sharkd: add sharkd_get_frame() to get frame_data, optimize.Jakub Zawadzki1-11/+10
2017-12-06frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki1-1/+14
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-40/+40
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris1-20/+17
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+1
2017-12-01Get rid of some void pointers.Gerald Combs1-4/+2
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-10-05sharkd: export field filter string.Jakub Zawadzki1-2/+2
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
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