summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-31 12:30:18 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-31 12:30:18 +0000
commit4321baacdcddaf2ed910bf929697194b8cf991c9 (patch)
tree2378a7da7f50af279653efad590c28dd7b0c8a27 /docbook
parentee315df6dc84ebf0fbbe8fa19be63422ea69185e (diff)
downloadwireshark-4321baacdcddaf2ed910bf929697194b8cf991c9.tar.gz
Add an explanation on SNMP hex passwords.
svn path=/trunk/; revision=21290
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 6fbffc651f..8fc958ddd7 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -997,6 +997,8 @@ standard libpcap format.
<listitem>
<para>
The authentication password. Use '\xDD' for unprintable charachters.
+ An hexadecimal password must be entered as a sequence of '\xDD' characters.
+ For example the hex passowrd 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
</para>
</listitem>
</varlistentry>
@@ -1011,6 +1013,8 @@ standard libpcap format.
<listitem>
<para>
The privacy password. Use '\xDD' for unprintable charachters.
+ An hexadecimal password must be entered as a sequence of '\xDD' characters.
+ For example the hex passowrd 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
</para>
</listitem>
</varlistentry>