ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2426] New: SNMPv3 Engine ID registration

Date: Tue, 8 Apr 2008 05:13:28 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426

           Summary: SNMPv3 Engine ID registration
           Product: Wireshark
           Version: 1.0.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: wbenton@xxxxxxxxxxxxxxxx
                CC: wbenton@xxxxxxxxxxxxxxxx


Build Information:
Version 1.0.0

Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.12.8, with GLib 2.14.6, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.5,
with ADNS, with Lua 5.1, with GnuTLS 1.6.1, with Gcrypt 1.2.3, with MIT
Kerberos, with PortAudio V19-devel, with AirPcap.

Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without
AirPcap.

Built using Microsoft Visual C++ 6.0 build 8804

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
Under [Preferences] -> [Protocols] -> [SNMP] -> [User Tables].

If you want to create several users with several different authentication and
encryption parameters for the same engine ID, Wireshark will ONLY store the
first set for each engine ID.  The remaining sets can be used after they're
input, but when you exit Wireshark, it only saves the first matching Engine ID
and trashes the rest.

Example:
engine_id,userName,auth_model,authPassword,priv_proto,privPassword
11111111,authusermd5des,MD5,authusermd5despw,DES,authusermd5despw
22222222,authusermd5des,MD5,authusermd5despw,DES,authusermd5despw
33333333,authusermd5des,MD5,authusermd5despw,DES,authusermd5despw
44444444,authusermd5des,MD5,authusermd5despw,DES,authusermd5despw
55555555,authusermd5des,MD5,authusermd5despw,DES,authusermd5despw
66666666,authusermd5des,MD5,authusermd5despw,DES,authusermd5despw
11111111,authusermd5des,MD5,authusermd5aespw,AES,authusermd5aespw
22222222,authusermd5des,MD5,authusermd5aespw,AES,authusermd5aespw
33333333,authusermd5des,MD5,authusermd5aespw,AES,authusermd5aespw
44444444,authusermd5des,MD5,authusermd5aespw,AES,authusermd5aespw
55555555,authusermd5des,MD5,authusermd5aespw,AES,authusermd5aespw
66666666,authusermd5des,MD5,authusermd5aespw,AES,authusermd5aespw
11111111,authusershades,SHA1,authusershadespw,DES,authusershadespw
22222222,authusershades,SHA1,authusershadespw,DES,authusershadespw
33333333,authusershades,SHA1,authusershadespw,DES,authusershadespw
44444444,authusershades,SHA1,authusershadespw,DES,authusershadespw
55555555,authusershades,SHA1,authusershadespw,DES,authusershadespw
66666666,authusershades,SHA1,authusershadespw,DES,authusershadespw
11111111,authusershaaes,SHA1,authusershaaespw,AES,authusershaaespw
22222222,authusershaaes,SHA1,authusershaaespw,AES,authusershaaespw
33333333,authusershaaes,SHA1,authusershaaespw,AES,authusershaaespw
44444444,authusershaaes,SHA1,authusershaaespw,AES,authusershaaespw
55555555,authusershaaes,SHA1,authusershaaespw,AES,authusershaaespw
66666666,authusershaaes,SHA1,authusershaaespw,AES,authusershaaespw

In the above, only the first 6 will be saved.  Everything after that, even
though  the userName, auth_model, authPassword, priv_proto and privPassword are
all different, it won't save information for the 2nd recurring engineID.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.