aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+7
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-12-03tshark: Add -G folders reportJim Young1-0/+98
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-0/+16
2016-11-14tshark: fix activation of heuristic dissectors by command linePascal Quantin1-2/+2
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-42/+5
2016-10-31Have the routine that handles dissection options not exit.Guy Harris1-1/+2
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-67/+26
2016-10-26Properly align the text in an error message.Guy Harris1-1/+1
2016-10-08column-utils: add space to improve readability.Dario Lombardo1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+1
2016-09-27tshark.c: fix indentationPascal Quantin1-1/+1
2016-09-27tshark: register extcap preferencesPascal Quantin1-0/+3
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-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-08-31Crashing in proto_initialize_all_prefixes()? Debugging output.Guy Harris1-8/+0
2016-08-31Debugging printouts, to see why tshark -G crashes on the Win64 buildbot.Guy Harris1-0/+8
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+19
2016-07-21No need to check for string option values being null.Guy Harris1-2/+1
2016-07-14Redo the block options APIs.Guy Harris1-10/+10
2016-06-29tshark fields filter added for other outputsMartin Kacer1-5/+5
2016-06-21tshark JSON and Elasticsearch output fixMartin Kacer1-6/+6
2016-06-21pcap: Add support to "new" Npcap native mode without setting PATHYang Luo1-0/+1
2016-06-19Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann1-418/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-0/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-6/+0
2016-06-17tshark JSON and Elasticsearch outputMartin Kacer1-6/+55
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-7/+7
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-9/+9
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-3/+1
2016-05-11TShark: Separate columns using UTF-8 arrows.Gerald Combs1-19/+20
2016-05-11TShark: Add a "-E bom=" option.Gerald Combs1-0/+1
2016-05-11[tshark] Document -U option and create a list of tap names when enteringAndersBroman1-10/+18
2016-05-03Implement Export PDU for tsharkAndersBroman1-2/+74
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-2/+2
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-5/+4
2016-04-03Move zlib version check to wsutilJoão Valverde1-22/+0
2016-03-14Parallelize fuzz-test.shGerald Combs1-0/+3
2016-02-23Making wiretap option blocks more generic.Michael Mann1-11/+17
2016-02-21tshark: load decode_as_entries fileMichael Mann1-0/+4
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-0/+10
2015-12-23Initialize Qt info_data_t structure in constructor.Michael Mann1-3/+0
2015-12-23capture_info: Fix initialization of packet counterRoland Knall1-0/+3
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-1/+3
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-11-11Fixup a couple of stdout checks.Gerald Combs1-2/+2