aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-1/+1
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-62/+8
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-0/+10
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-15/+5
2016-09-10Fix version-string releated memleak for some CLI toolsPeter Wu1-2/+4
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+19
2016-06-29tshark fields filter added for other outputsMartin Kacer1-1/+1
2016-06-24tfshark: remove unused variableDario Lombardo1-2/+0
2016-06-21tshark JSON and Elasticsearch output fixMartin Kacer1-1/+1
2016-06-19Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann1-415/+3
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-0/+10
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-10/+0
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-27/+1
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-12-12tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]João Valverde1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-1/+3
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-18/+20
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+3
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-23Fix an uninitialized variable warning.Gerald Combs1-2/+2
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-4/+7
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+6
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-2/+0
2014-12-31Wrong function name.Guy Harris1-1/+1
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+6
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-1/+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-12/+47
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-01Fix compile error.Guy Harris1-1/+1
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+3
2014-11-29Fix tfshark.c to match changes to epan/print.[ch].Guy Harris1-6/+6
2014-11-22Get rid of another global in the print code.Guy Harris1-1/+3
2014-11-22Pass a capture_file * to write_psml_preamble() in tfshark as well.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
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+0