aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup a couple of stdout checks.Gerald Combs2015-11-111-2/+2
* Skip only the actual file descriptor close when writing to stdout.Guy Harris2015-11-101-2/+2
* Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris2015-11-101-4/+16
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-12/+0
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-1/+2
* Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris2015-10-281-1/+3
* Allow use of variadic macrosPeter Wu2015-10-051-37/+31
* Add a test to verify we pre-allocated enough hf entries.Jeff Morriss2015-09-231-3/+4
* Add a "fieldcount" report to tshark -G to let us easily see how many fieldsJeff Morriss2015-09-231-0/+3
* Display the name of the invalid field when tshark is run with -T fieldsMatthieu Coudron2015-09-121-4/+12
* Add debug printing to tsharkHadriel Kaplan2015-08-301-2/+59
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-10/+6
* Pcapng: support Name Resolution Block optionsHadriel Kaplan2015-08-061-3/+10
* Tshark doesn't display column text as field in 2-pass modeHadriel Kaplan2015-07-261-1/+2
* DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2015-07-251-5/+3
* Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin2015-07-221-1/+8
* Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young2015-07-171-0/+43
* Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann2015-07-141-0/+3
* Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann2015-07-031-0/+1
* Take all epan_column_info members that always get allocated to "number of col...Michael Mann2015-06-291-18/+20
* tshark: fix memleak from version lookupPeter Wu2015-06-231-2/+5
* Refactor RTD stats.Michael Mann2015-06-221-0/+2
* Further refactor SRT stats.Michael Mann2015-06-211-0/+2
* Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris2015-06-101-2/+2
* [MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders2015-06-091-2/+2
* Have a common routine for constructing strings listing interfaces.Guy Harris2015-04-051-25/+2
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-3/+3
* Change a lot of http:// URLs to https://.Gerald Combs2015-03-101-4/+4
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-2/+5
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-201-1/+1
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-5/+8
* Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris2015-01-031-2/+5
* tshark: Add endpoints statisticsMichael Mann2015-01-021-1/+1
* Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2015-01-011-0/+5
* Call setlocale() before getting version information.Guy Harris2015-01-011-3/+3
* Don't include signal.h unless we need it.Guy Harris2014-12-311-0/+2
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-8/+6
* tshark: endpoints statistics are not supported for now, do not list them in -zPascal Quantin2014-12-311-1/+1
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-1/+0
* Removed duplicated #include linesDario Lombardo2014-12-281-2/+0
* Don't use a leading - in getopt_long() option strings.Guy Harris2014-12-271-4/+9