aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* Add enabled protocol list for dissectors who are disabled by defaultMichael Mann2016-12-241-0/+12
* Clean up initialization code for programs.Guy Harris2016-12-051-2/+7
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-041-2/+1
* tshark: Add -G folders reportJim Young2016-12-031-0/+98
* Enable exporting objects with tsharkMoshe Kaplan2016-12-021-0/+16
* tshark: fix activation of heuristic dissectors by command linePascal Quantin2016-11-141-2/+2
* Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris2016-10-311-42/+5
* Have the routine that handles dissection options not exit.Guy Harris2016-10-311-1/+2
* Have routines for parsing options that affect dissection.Guy Harris2016-10-301-67/+26
* Properly align the text in an error message.Guy Harris2016-10-261-1/+1
* column-utils: add space to improve readability.Dario Lombardo2016-10-081-2/+2
* Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2016-10-081-0/+1
* tshark.c: fix indentationPascal Quantin2016-09-271-1/+1
* tshark: register extcap preferencesPascal Quantin2016-09-271-0/+3
* fix some compilation issues without extcap.Dario Lombardo2016-09-121-0/+10
* extcap: fix use-after-free for preferencesPeter Wu2016-09-111-15/+5
* Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2016-09-051-1/+1
* Crashing in proto_initialize_all_prefixes()? Debugging output.Guy Harris2016-08-311-8/+0
* Debugging printouts, to see why tshark -G crashes on the Win64 buildbot.Guy Harris2016-08-311-0/+8
* extcap: Restore functionality for optionsRoland Knall2016-07-291-0/+19
* No need to check for string option values being null.Guy Harris2016-07-211-2/+1
* Redo the block options APIs.Guy Harris2016-07-141-10/+10
* tshark fields filter added for other outputsMartin Kacer2016-06-291-5/+5
* tshark JSON and Elasticsearch output fixMartin Kacer2016-06-211-6/+6
* pcap: Add support to "new" Npcap native mode without setting PATHYang Luo2016-06-211-0/+1
* Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann2016-06-191-418/+2
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-0/+6
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-6/+0
* tshark JSON and Elasticsearch outputMartin Kacer2016-06-171-6/+55
* Add data structures necessary to support multiple Name Resolution blocks.Michael Mann2016-06-011-7/+7
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-9/+9
* Add wtap_optionblock_set_option_string_formatMichael Mann2016-05-221-3/+1
* TShark: Separate columns using UTF-8 arrows.Gerald Combs2016-05-111-19/+20
* TShark: Add a "-E bom=" option.Gerald Combs2016-05-111-0/+1
* [tshark] Document -U option and create a list of tap names when enteringAndersBroman2016-05-111-10/+18
* Implement Export PDU for tsharkAndersBroman2016-05-031-2/+74
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs2016-04-131-2/+2
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Remove synchronous DNS name resolutionJoão Valverde2016-04-041-5/+4
* Move zlib version check to wsutilJoão Valverde2016-04-031-22/+0
* Parallelize fuzz-test.shGerald Combs2016-03-141-0/+3
* Making wiretap option blocks more generic.Michael Mann2016-02-231-11/+17
* tshark: load decode_as_entries fileMichael Mann2016-02-211-0/+4
* Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike782016-01-271-0/+10
* Initialize Qt info_data_t structure in constructor.Michael Mann2015-12-231-3/+0
* capture_info: Fix initialization of packet counterRoland Knall2015-12-231-0/+3
* Allow "capture info data" to not be a singleton.Michael Mann2015-12-191-1/+3
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-141-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2