aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-01-17 14:07:33 -0800
committerGerald Combs <gerald@wireshark.org>2023-01-18 20:37:08 +0000
commit5a9812ab6130c241ff304c2b76f0b57fb7cccde6 (patch)
tree2aa58a9de049361ad2d5954dd9bbb272bd011e14 /doc
parenta5eb85a1d6d2667610d7e7c1833c6b03b1c0de8a (diff)
AppRun: Set various paths
Set our ld library path and our data, extcap, and plugin directories. Document WIRESHARK_EXTCAP_DIR and WIRESHARK_PLUGIN_DIR. Note that we might want to set our various directories relative to the program path.
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.adoc20
-rw-r--r--doc/wireshark.adoc16
2 files changed, 22 insertions, 14 deletions
diff --git a/doc/tshark.adoc b/doc/tshark.adoc
index acbdc92fdd..137611612c 100644
--- a/doc/tshark.adoc
+++ b/doc/tshark.adoc
@@ -1361,8 +1361,8 @@ want to generate the statistics; currently the supported ones are:
"zbee_nwk" ZigBee Network Layer addresses
The table is presented with one line for each conversation which displays
-the number of frames/bytes in each direction, the total number of
-frames/bytes, relative start time and duration.
+the number of frames/bytes in each direction, the total number of
+frames/bytes, relative start time and duration.
The table is sorted according to the total number of frames.
--
@@ -2861,12 +2861,16 @@ with root (or setuid) permissions on *NIX.
--
WIRESHARK_DATA_DIR::
-+
---
-This environment variable causes the various data files to be loaded from
-a directory other than the standard locations. It has no effect when the
-program in question is running with root (or setuid) permissions on *NIX.
---
+Overrides the default global configuration directory.
+It has no effect when the program in question is running with root (or setuid) permissions on *NIX.
+
+WIRESHARK_EXTCAP_DIR::
+Overrides the default extcap directory.
+It has no effect when the program in question is running with root (or setuid) permissions on *NIX.
+
+WIRESHARK_PLUGIN_DIR::
+Overrides the default plugin directory.
+It has no effect when the program in question is running with root (or setuid) permissions on *NIX.
ERF_RECORDS_TO_CHECK::
+
diff --git a/doc/wireshark.adoc b/doc/wireshark.adoc
index 45746b1644..bfddf910a6 100644
--- a/doc/wireshark.adoc
+++ b/doc/wireshark.adoc
@@ -2969,12 +2969,16 @@ with root (or setuid) permissions on *NIX.
--
WIRESHARK_DATA_DIR::
-+
---
-This environment variable causes the various data files to be loaded from
-a directory other than the standard locations. It has no effect when the
-program in question is running with root (or setuid) permissions on *NIX.
---
+Overrides the default global configuration directory.
+It has no effect when the program in question is running with root (or setuid) permissions on *NIX.
+
+WIRESHARK_EXTCAP_DIR::
+Overrides the default extcap directory.
+It has no effect when the program in question is running with root (or setuid) permissions on *NIX.
+
+WIRESHARK_PLUGIN_DIR::
+Overrides the default plugin directory.
+It has no effect when the program in question is running with root (or setuid) permissions on *NIX.
ERF_RECORDS_TO_CHECK::
+