aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-06-12Add support for color xml attributes in psml and pdml formats.Michael Mann1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-6/+0
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-2/+8
2017-04-24TFSHARK: Fix clobbing warning for variable successUli Heilmeier1-1/+1
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-15/+2
2017-04-23Rename read{_cap}_file() to process{_cap+_file().Guy Harris1-3/+3
2017-04-23Just have read_cap_file()/read_file() return a success/failure indication.Guy Harris1-8/+9
2017-04-23Rename some routines to better reflect what they do.Guy Harris1-3/+3
2017-04-17Rename some routines and structure members.Guy Harris1-8/+10
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-66/+55
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-15/+50
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-8/+3
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-29/+2
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-52/+30
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-03-12tfshark: fix this ‘if’ clause does not guard... [-Wmisleading-indentation]Alexis La Goutte1-9/+9
2017-03-12tshark and tfshark require -2 when using -R. Document this.Joerg Mayer1-0/+1
2017-02-27print_stream: free memory on exit.Dario Lombardo1-0/+1
2017-02-20Yell at the user less.Gerald Combs1-3/+3
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-49/+58
2017-02-05PDML: protocol filter incorrectly filters desired subfieldsMartin Kacer1-1/+1
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+3
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+5
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-1/+1
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-62/+8
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-0/+10
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-15/+5
2016-09-10Fix version-string releated memleak for some CLI toolsPeter Wu1-2/+4
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+19
2016-06-29tshark fields filter added for other outputsMartin Kacer1-1/+1
2016-06-24tfshark: remove unused variableDario Lombardo1-2/+0
2016-06-21tshark JSON and Elasticsearch output fixMartin Kacer1-1/+1
2016-06-19Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann1-415/+3
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-0/+10
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-10/+0
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-27/+1
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2
2015-12-12tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]João Valverde1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-1/+3
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-18/+20
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+3