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 2489] New: show loaded MIB for index part of SNMP packet

Date: Mon, 21 Apr 2008 23:58:52 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2489

           Summary: show loaded MIB for index part of SNMP packet
           Product: Wireshark
           Version: 1.1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: leon728@xxxxxxxxx


Created an attachment (id=1720)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1720)
screen capture

Build Information:
Version 0.99.6 (SVN Rev 22249)

Copyright 1998-2007 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.10.12, with GLib 2.12.12, with WinPcap (version unknown),
with libz 1.2.3, with libpcre 6.4, with Net-SNMP 5.4, with ADNS, with Lua 5.1,
with GnuTLS 1.6.1, with Gcrypt 1.2.3, with MIT Kerberos, with PortAudio
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.
--
When displaying captured SNMP packet,

In 0.99.6, it will display MIB data for both index and value:
var-bind: .x.x.x.x.0.1.0 = 1
show as : mibName.enumA.enumB.enumC = enumValue

In 1.0.0, it will display MIB data for only value:
var-bind: .x.x.x.x.0.1.0 = 1
show as : mibName.0.1.0 = enumValue

please take a look at attachment, and you will see.

I suggest in future version, WireShark should display MIB data
for index part of SNMP packet.


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