aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rawshark.pod
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-07-29 01:17:04 +0100
committerJeff Morriss <jeff.morriss.ws@gmail.com>2019-07-29 19:15:20 +0000
commit04c12dd67bd040958e295584e340905b0ec680ff (patch)
treeae8dd02b3fd887ad291721280430e7c89328cf46 /doc/rawshark.pod
parentfb055b1c4f2c49314313c0e2072d56998bd74701 (diff)
doc: document WIRESHARK_CONFIG_DIR
WIRESHARK_CONFIG_DIR was introduced with Wireshark 3.0 and is more cross-platform than WIRESHARK_APPDATA. The latter was presumably created for use by PortableApps. Let's consider that an internal, undocumented detail that might be change, and document WIRESHARK_CONFIG_DIR instead. Change-Id: I0042d607b282cc6dee4b017b1e80b44087bd62e9 Reviewed-on: https://code.wireshark.org/review/34113 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'doc/rawshark.pod')
-rw-r--r--doc/rawshark.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index 94973d7956..bd81e37143 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -470,11 +470,12 @@ personal preferences file.
=over 4
-=item WIRESHARK_APPDATA
+=item WIRESHARK_CONFIG_DIR
-On Windows, Wireshark normally stores all application data in %APPDATA% or
-%USERPROFILE%. You can override the default location by exporting this
-environment variable to specify an alternate location.
+This environment variable overrides the location of personal configuration
+files. It defaults to F<$XDG_CONFIG_HOME/wireshark> (or F<$HOME/.wireshark> if
+the former is missing while the latter exists). On Windows,
+F<%APPDATA%\Wireshark> is used instead. Available since Wireshark 3.0.
=item WIRESHARK_DEBUG_WMEM_OVERRIDE