aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
Commit message (Expand)AuthorAgeFilesLines
* Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris2016-10-311-62/+8
* fix some compilation issues without extcap.Dario Lombardo2016-09-121-0/+10
* extcap: fix use-after-free for preferencesPeter Wu2016-09-111-15/+5
* Fix version-string releated memleak for some CLI toolsPeter Wu2016-09-101-2/+4
* Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2016-09-051-1/+1
* extcap: Restore functionality for optionsRoland Knall2016-07-291-0/+19
* tshark fields filter added for other outputsMartin Kacer2016-06-291-1/+1
* tfshark: remove unused variableDario Lombardo2016-06-241-2/+0
* tshark JSON and Elasticsearch output fixMartin Kacer2016-06-211-1/+1
* Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann2016-06-191-415/+3
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-0/+10
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-10/+0
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Move zlib version check to wsutilJoão Valverde2016-04-031-27/+1
* 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
* tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]João Valverde2015-12-121-1/+1
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-12/+0
* Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris2015-10-281-1/+3
* Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann2015-07-141-0/+3
* Take all epan_column_info members that always get allocated to "number of col...Michael Mann2015-06-291-18/+20
* Change a lot of http:// URLs to https://.Gerald Combs2015-03-101-3/+3
* 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
* Fix an uninitialized variable warning.Gerald Combs2015-01-231-2/+2
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-4/+7
* Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2015-01-011-0/+6
* 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-2/+0
* Wrong function name.Guy Harris2014-12-311-1/+1
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-8/+6
* 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-1/+0
* Don't use a leading - in getopt_long() option strings.Guy Harris2014-12-271-4/+9
* Use getopt_long() for the first pass through the argument list.Guy Harris2014-12-261-12/+47
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-16/+1
* Fix compile error.Guy Harris2014-12-011-1/+1
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-011-1/+3
* Fix tfshark.c to match changes to epan/print.[ch].Guy Harris2014-11-291-6/+6
* Get rid of another global in the print code.Guy Harris2014-11-221-1/+3
* Pass a capture_file * to write_psml_preamble() in tfshark as well.Guy Harris2014-11-221-1/+1
* Add tshark -G dissector-tables to dump a list of dissector tables.Guy Harris2014-11-171-0/+3
* Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris2014-11-151-5/+5
* Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris2014-11-141-1/+1
* Get rid of unnecessary includes of ctype.h.Guy Harris2014-10-181-1/+0
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Refactor "common" hostlist/endpoint table functionality.Michael Mann2014-08-181-1/+0
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-10/+10