aboutsummaryrefslogtreecommitdiffstats
path: root/example_snmp_users_file
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-23 19:56:10 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-23 19:56:10 +0000
commit7d0d44e8ef4c9cdbe08372d516dcd39d7e6dc61b (patch)
treed499735e619972cfc9d1fe3757dafa5b10a5375d /example_snmp_users_file
parent63b13de890329cdfd5c3cc435f4c57a7c33127a5 (diff)
Add a shord description on how the snmp_users_file can be used
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20534 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'example_snmp_users_file')
-rw-r--r--example_snmp_users_file30
1 files changed, 15 insertions, 15 deletions
diff --git a/example_snmp_users_file b/example_snmp_users_file
index 5bebe2d6e5..553b5321d1 100644
--- a/example_snmp_users_file
+++ b/example_snmp_users_file
@@ -1,34 +1,34 @@
# this is an example snmp_users_file
-
+#
+# This can be used to enable the snmp dissector to authenticate and decrypt
+# SNMPv3 packets.
+#
+# Its location should be specified in the preferences of the SNMP protocol.
+#
# comments start with a # and finish at the end of line
# empty lines are ignored
-
-# each record has the following fileds
+#
+# records are separated by whitespace
# engine-id username auth_pass priv_pass auth_proto priv_proto
# fileds are separated by whitespace
# engine-id, username and passwds can be either "double quoted" or hex
# double quoted strings are c-style strings and take escape chars
# a '*' as engine-id matches any any given engine-id
-# auth_proto can be either MD5 or SHA1.
+# auth_proto can be either MD5 or SHA1 (SHA works too), defaults to MD5.
# priv_proto can be either DES or AES Defaults to DES if not given
# protocols are case-insensitive (md5 == MD5)
-# first match wins (place localized entries before those for any engine)
+# first match wins (i.e. have localized entries before those for * )
-80001F888059DC486145A26322 "pippo" "plutoxxx" "PLUTOxxx" MD5 DES
+80001F888059DC486145A26322 "pippo" "pippoxxx" "PIPPOxxx" MD5 DES
# pippo for any engine will use DES and MD5
-* "pippo" "plutoxxx" "PLUTOxxx"
-
+* "pippo" "pippoyyy" "PIPPOyyy"
# SHA + DES
-80001F888059DC486145A26322 "pippo2" "plutoxxx" "PLUTOxxx" SHA
+80001F888059DC486145A26322 "pluto" "plutoxxx" "PLUTOxxx" SHA
# SHA + AES
-80001F888059DC486145A26322 "pippo3" "plutoxxx" "PLUTOxxx" SHA AES
+80001F888059DC486145A26322 "topolino" "topolino" "TOPOLINO" SHA AES
# MD5 + AES
-80001F888059DC486145A26322 "pippo4" "plutoxxx" "PLUTOxxx" AES
-
-# example passwords from RFC3414
-000000000000000000000002 "RFC3414_hd5" "maplesyrup" "XXX" MD5
-000000000000000000000002 "RFC3414_sha" "maplesyrup" "XXX" SHA1
+80001F888059DC486145A26322 "paperino" "paperino" "PAPERINO" AES