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 5570] New: Improved decoding of OID search ranges in Agent

Date: Tue, 11 Jan 2011 12:03:56 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5570

           Summary: Improved decoding of OID search ranges in AgentX
                    dissector
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: fulko.hew@xxxxxxxxx


Created an attachment (id=5712)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5712)
patch file

Build Information:
wireshark 1.5.0 (SVN Rev 35476 from /trunk)

Copyright 1998-2011 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 (32-bit) with GTK+ 2.12.8, with GLib 2.14.6, with libpcap 1.1.1, with
libz 1.2.3, with POSIX capabilities (Linux), without libpcre, with SMI 0.4.8,
without c-ares, without ADNS, without Lua, without Python, with GnuTLS 1.6.3,
with Gcrypt 1.2.4, with MIT Kerberos, without GeoIP, without PortAudio, without
AirPcap.

Running on Linux 2.6.26.8-57.fc8, with libpcap version 1.1.1, with libz 1.2.3,
GnuTLS 1.6.3, Gcrypt 1.2.4.

Built using gcc 4.1.2 20070925 (Red Hat 4.1.2-33).

--
Improved the decoding of OID search ranges in AgentX dissector:

1/ OID highlighting on first OID of a range was too long.
   The code incorrectly used the length of the printable string instead of the
length of the source data.
2/ Added bitwise dissection of the 'include' field of an OID decoding.
3/ Added corrected 'start/end' range information to SearchRange decoding to
discriminate between an 'end' indicator (old way) and the new way that shows
both an inclusive/exclusive indicator as well as a start/end range indicator. 
(applicable to getnext/getbulk requests.  (get requests are shown with 'less
noisy' decoding.

Patch file and sample capture included.

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