summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2016-12-02 00:56:22 -0500
committerMichael Mann <mmann78@netscape.net>2016-12-03 12:47:05 +0000
commit50489fd279637e24b742a1ceaec0282974d07a18 (patch)
tree815115ef8f0f52aec614eef81cef434755a916da /doc
parentdb7c6286169015a727024e86eb270722127125bb (diff)
downloadwireshark-50489fd279637e24b742a1ceaec0282974d07a18.tar.gz
tshark: Add -G folders report
Add a new tshark feature to generate a folders report. The folders report is essentially the information presented by Wireshark's About / Folders page in a TAB delimited format. Change-Id: Ic4b3d332b4bdaa7e6b7aad1e9cc5dd18413aada6 Reviewed-on: https://code.wireshark.org/review/19002 Petri-Dish: Jim Young <jim.young.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index baa78e8cea..4138d9b1f5 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -422,6 +422,13 @@ The fields are tab-delimited.
* Field 7 = bitmask: format: hex: 0x....
* Field 8 = blurb describing field
+B<folders> Dumps various folders used by tshark. This is essentially the
+same data reported in Wireshark's About | Folders tab.
+There is one record per line. The fields are tab-delimited.
+
+ * Field 1 = Folder type (e.g "Personal configuration:")
+ * Field 2 = Folder location (e.g. "/home/vagrant/.config/wireshark/")
+
B<ftypes> Dumps the "ftypes" (fundamental types) understood by tshark.
There is one record per line. The fields are tab-delimited.