aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-21Further refactor SRT stats.Michael Mann1-0/+2
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-2/+2
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-2/+2
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris1-25/+2
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-3/+3
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-4/+4
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-2/+5
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-5/+8
2015-01-03Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris1-2/+5
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+5
2015-01-01Call setlocale() before getting version information.Guy Harris1-3/+3
2014-12-31Don't include signal.h unless we need it.Guy Harris1-0/+2
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+6
2014-12-31tshark: endpoints statistics are not supported for now, do not list them in -zPascal Quantin1-1/+1
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-2/+0
2014-12-27Don't use a leading - in getopt_long() option strings.Guy Harris1-4/+9
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-13/+48
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+1
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1