aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-15 21:35:01 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-15 21:35:01 +0000
commitf17e4b467fbcc53536f4bde6c724548845e30b4e (patch)
treea1c7de18bcb0cafc0d29dd89e4b4432626f26cda /doc
parent7d1727e2bc3b016a4372a6f346016f3164779a55 (diff)
Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
Look for a string that starts with "rdp". This should take care of cases where a default capture filter is set needlessly. Update the docs accordingly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19236 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wireshark.pod b/doc/wireshark.pod
index a8472e0210..6fa570edb2 100644
--- a/doc/wireshark.pod
+++ b/doc/wireshark.pod
@@ -1615,7 +1615,7 @@ The I<Filter:> text entry lets you set a capture filter expression to be
used when capturing.
If any of the environment variables SSH_CONNECTION, SSH_CLIENT,
-REMOTEHOST, DISPLAY, or CLIENTNAME are set, Wireshark will create a
+REMOTEHOST, DISPLAY, or SESSIONNAME are set, Wireshark will create a
default capture filter that excludes traffic from the hosts and ports
defined in those variables.