aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-1/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-9/+15
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-16/+4
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-2/+2
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+60
2014-12-17Report WTAP_ERR_UNSUPPORTED correctly.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-5/+5
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+3
2014-11-29Clean up routine names, don't pass capture_file into libwireshark.Guy Harris1-7/+7
2014-11-22Get rid of another global in the print code.Guy Harris1-1/+3
2014-11-22Get rid of write_headers global variable.Guy Harris1-1/+1
2014-11-17Add tshark -G dissector-tables to dump a list of dissector tables.Guy Harris1-0/+3
2014-11-15Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris1-5/+5
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0