Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6276] New: MAX_BITMAP_SIZE is defined incorrectly.

Date: Sun, 28 Aug 2011 23:15:49 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6276

           Summary: MAX_BITMAP_SIZE is defined incorrectly.
           Product: Wireshark
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: tamenut@xxxxxxxxx


Build Information:
D:\DownLoad\wireshark\develop\wireshark-gtk2>

wireshark 1.7.0-TAMENUT

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.22.1, with Cairo 1.10.2, with Pango 1.28.3, with
GLib 2.26.1, with WinPcap (version unknown), with libz 1.2.5, without POSIX
capabilities, with threads support, with SMI 0.4.8, with c-ares 1.7.1, with Lua
5.1, without Python, with GnuTLS 2.10.3, with Gcrypt 1.4.6, with MIT Kerberos,
with GeoIP, with PortAudio V19-devel (built Aug 29 2011), with AirPcap.

Running on 32-bit Windows 7 Service Pack 1, build 7601, with WinPcap version
4.1.2 (packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch
1_0_rel0b (20091008), GnuTLS 2.10.3, Gcrypt 1.4.6, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 21022
--
There is a problem, when RTPS2's packet is dessected. Especially, ACKNACK.
MAX_BITMAP_SIZE is defined "200" in this wireshark's code.
But, BITMAP_SIZE that is used RTPS2's packet(ACKNACK) may be greater than 200.
The BITMAP_SIZE may be 256 to the max.
So, the MAX_BITMAP_SIZE is needed to modify(to 256).

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