From 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:33 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- doc/wsug_src/rawshark-h.txt | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 doc/wsug_src/rawshark-h.txt (limited to 'doc/wsug_src/rawshark-h.txt') diff --git a/doc/wsug_src/rawshark-h.txt b/doc/wsug_src/rawshark-h.txt new file mode 100644 index 00000000..c7435001 --- /dev/null +++ b/doc/wsug_src/rawshark-h.txt @@ -0,0 +1,63 @@ +Rawshark (Wireshark) 4.4.0 (v4.4.0rc1-11-g13699b5b3e78) +Dump and analyze network traffic. +See https://www.wireshark.org for more information. + +Usage: rawshark [options] ... + +Input file: + -r , --read-file + set the pipe or file name to read from + +Processing: + -d | + packet encapsulation or protocol + -F field to display + -m virtual memory limit, in bytes + -n disable all name resolutions (def: "mNd" enabled, or + as set in preferences) + -N enable specific name resolution(s): "mnNtdv" + -p use the system's packet header format + (which may have 64-bit timestamps) + -R , --read-filter + packet filter in Wireshark display filter syntax + -s skip PCAP header on input + -Y , --display-filter + packet filter in Wireshark display filter syntax + --enable-protocol + enable dissection of proto_name + --disable-protocol + disable dissection of proto_name + --only-protocols + Only enable dissection of these protocols, comma + separated. Disable everything else + --disable-all-protocols + Disable dissection of all protocols + --enable-heuristic + enable dissection of heuristic protocol + --disable-heuristic + disable dissection of heuristic protocol + +Output: + -l flush output after each packet + -S format string for fields + (%D - name, %S - stringval, %N numval) + -t (a|ad|adoy|d|dd|e|r|u|ud|udoy)[.[N]]|.[N] + output format of time stamps (def: r: rel. to first) + -u s|hms output format of seconds (def: s: seconds) + +Diagnostic output: + --log-level sets the active log level ("critical", "warning", etc.) + --log-fatal sets level to abort the program ("critical" or "warning") + --log-domains <[!]list> comma-separated list of the active log domains + --log-fatal-domains + list of domains that cause the program to abort + --log-debug <[!]list> list of domains with "debug" level + --log-noisy <[!]list> list of domains with "noisy" level + --log-file file to output messages to (in addition to stderr) + + +Miscellaneous: + -h, --help display this help and exit + -v, --version display version info and exit + -o : ... override preference setting + -K keytab file to use for kerberos decryption -- cgit v1.2.3