Add an explanation on SNMP hex passwords.
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 31 Mar 2007 12:30:18 +0000 (12:30 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 31 Mar 2007 12:30:18 +0000 (12:30 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21290 f5534014-38df-0310-8fa8-9805f1628bb7

docbook/wsug_src/WSUG_chapter_customize.xml

index 6fbffc651f8497ebf66c5cd205aa2796fc558c1a..8fc958ddd787570a04a2c132b71d847a1be299d8 100644 (file)
@@ -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>