summaryrefslogtreecommitdiff
path: root/doc/rawshark.pod
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-11 19:17:26 +0000
committerEvan Huus <eapache@gmail.com>2013-03-11 19:17:26 +0000
commit8de4b82fcd1fe896a1ac092d794d912af115e64a (patch)
tree67bdcbebcbf4d12bb2106eab5cc943da80ea444f /doc/rawshark.pod
parenta7cef5b7c84148ac9affd2ce66cded2675f59a20 (diff)
downloadwireshark-8de4b82fcd1fe896a1ac092d794d912af115e64a.tar.gz
Document the wmem override environment variable in the man pages, and improve
README.wmem in a couple of places. svn path=/trunk/; revision=48251
Diffstat (limited to 'doc/rawshark.pod')
-rw-r--r--doc/rawshark.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index 69be6aba0d..cc47174e22 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -432,6 +432,14 @@ per-file memory is initialized to 0xBADDCAFE when the memory is allocated
and is reset to 0xDEADBEEF when the memory is freed. This functionality is
useful mainly to developers looking for bugs in the way memory is handled.
+=item WIRESHARK_DEBUG_WMEM_OVERRIDE
+
+Setting this environment variable forces the wmem framework to use the
+specified allocator backend for *all* allocations, regardless of which
+backend is normally specified by the code. This is mainly useful to developers
+when testing or debugging. See I<README.wmem> in the source distribution for
+details.
+
=item WIRESHARK_RUN_FROM_BUILD_DIRECTORY
This environment variable causes the plugins and other data files to be loaded