Explain how to enter a \ in an snmp field.

svn path=/trunk/; revision=50045
This commit is contained in:
Jörg Mayer 2013-06-19 18:20:59 +00:00
parent d8c2f03573
commit 7670683e3b
1 changed files with 4 additions and 0 deletions

View File

@ -1648,6 +1648,8 @@ standard libpcap format.
The authentication password. Use '\xDD' for unprintable characters.
An hexadecimal password must be entered as a sequence of '\xDD' characters.
For example the hex password 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
The '\' character must be treated as an unprintable character, i.e.
it must be entered as '\x5C' or '\x5c'.
</para>
</listitem>
</varlistentry>
@ -1664,6 +1666,8 @@ standard libpcap format.
The privacy password. Use '\xDD' for unprintable characters.
An hexadecimal password must be entered as a sequence of '\xDD' characters.
For example the hex password 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
The '\' character must be treated as an unprintable character, i.e.
it must be entered as '\x5C' or '\x5c'.
</para>
</listitem>
</varlistentry>