diff options
Diffstat (limited to '')
-rw-r--r-- | doc/wsug_src/tshark-h.txt (renamed from docbook/wsug_src/tshark-h.txt) | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docbook/wsug_src/tshark-h.txt b/doc/wsug_src/tshark-h.txt index fddaca12..e7c12a2d 100644 --- a/docbook/wsug_src/tshark-h.txt +++ b/doc/wsug_src/tshark-h.txt @@ -1,4 +1,4 @@ -TShark (Wireshark) 4.2.6 (v4.2.6rc0-2-g76ee960786d7) +TShark (Wireshark) 4.4.0 (v4.4.0rc1-11-g13699b5b3e78) Dump and analyze network traffic. See https://www.wireshark.org for more information. @@ -39,6 +39,8 @@ Capture output: packets:NUM - switch to next file after NUM packets interval:NUM - switch to next file when the time is an exact multiple of NUM secs + printname:FILE - print filename to FILE when written + (can use 'stdout' or 'stderr') Input file: -r <infile>, --read-file <infile> set the filename to read from (or '-' for stdin) @@ -54,7 +56,7 @@ Processing: syntax -n disable all name resolutions (def: "mNd" enabled, or as set in preferences) - -N <name resolve flags> enable specific name resolution(s): "mnNtdv" + -N <name resolve flags> enable specific name resolution(s): "mtndsNvg" -d <layer_type>==<selector>,<decode_as_protocol> ... "Decode As", see the man page for details Example: tcp.port==8888,http @@ -75,11 +77,13 @@ Processing: disable dissection of heuristic protocol Output: -w <outfile|-> write packets to a pcapng-format file named "outfile" - (or '-' for stdout) + (or '-' for stdout). If the output filename has the + .gz extension, it will be compressed to a gzip archive --capture-comment <comment> add a capture file comment, if supported -C <config profile> start with specified configuration profile - -F <output file type> set the output file type, default is pcapng + --global-profile use the global profile instead of personal profile + -F <output file type> set the output file type; default is pcapng. an empty "-F" option will list the file types -V add output of packet tree (Packet Details) -O <protocols> Only show packet details of these protocols, comma @@ -116,6 +120,7 @@ Output: output format of time stamps (def: r: rel. to first) -u s|hms output format of seconds (def: s: seconds) -l flush standard output after each packet + (implies --update-interval 0) -q be more quiet on stdout (e.g. when using statistics) -Q only log true errors to stderr (quieter than -q) -g enable group read access on the output file(s) @@ -140,6 +145,7 @@ Output: specified protocols within the mapping file --temp-dir <directory> write temporary files to this directory (default: /tmp) + --compress <type> compress the output file using the type compression format Diagnostic output: --log-level <level> sets the active log level ("critical", "warning", etc.) |