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 6149] New: packet-lon.c: Fix Multicast decoding when M_Len

Date: Thu, 21 Jul 2011 14:50:55 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6149

           Summary: packet-lon.c: Fix Multicast decoding when M_Length is
                    zero
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: daniel@xxxxxxxxxxxxxxxxxxxx


Created an attachment (id=6695)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6695)
Patch to fix M_List field handling

Build Information:
alphaone@adrastea ~/scm/wireshark [master] $
LD_LIBRARY_PATH=/home/alphaone/local/wireshark/lib/
/home/alphaone/local/wireshark/bin/tshark -v
TShark 1.7.0 (SVN Rev 38152 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 (64-bit) with GLib 2.28.6, with libpcap 1.1.1, with libz 1.2.5, with
POSIX capabilities (Linux), with threads support, without libpcre, without SMI,
without c-ares, without ADNS, with Lua 5.1, with Python 2.6.6, with GnuTLS
2.10.5, with Gcrypt 1.4.6, without Kerberos, without GeoIP.

Running on Linux 2.6.38.6, with locale en_US.UTF-8, with libpcap version 1.1.1,
with libz 1.2.5.

Built using gcc 4.4.5.

--
In case M_Length is 0 the M_List field does not exist.
The attached patch fixes this and it also changes the names of the M_List and
M_List length field to more general names.

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