aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-2/+2
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-4/+16
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+2
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-1/+3
2015-10-05Allow use of variadic macrosPeter Wu1-37/+31
2015-09-23Add a test to verify we pre-allocated enough hf entries.Jeff Morriss1-3/+4
2015-09-23Add a "fieldcount" report to tshark -G to let us easily see how many fieldsJeff Morriss1-0/+3
2015-09-12Display the name of the invalid field when tshark is run with -T fieldsMatthieu Coudron1-4/+12
2015-08-30Add debug printing to tsharkHadriel Kaplan1-2/+59
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-10/+6
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-3/+10
2015-07-26Tshark doesn't display column text as field in 2-pass modeHadriel Kaplan1-1/+2
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-5/+3
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-1/+8
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-0/+43
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+1
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-18/+20
2015-06-23tshark: fix memleak from version lookupPeter Wu1-2/+5
2015-06-22Refactor RTD stats.Michael Mann1-0/+2