Wireshark-bugs: [Wireshark-bugs] [Bug 9435] New: SEL Fast Message Bug-fix for Signed 16-bit Inte
Date: Thu, 14 Nov 2013 23:46:21 +0000
Bug ID 9435
Summary SEL Fast Message Bug-fix for Signed 16-bit Integer Fast Meter Messages
Classification Unclassified
Product Wireshark
Version 1.11.x (Experimental)
Hardware x86
OS Windows 8
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter cbontje@gmail.com

Created attachment 12090 [details]
packet-selfm.c 11-14-2013 Bug-Fix Patch

Build Information:
Version 1.11.1 (SVN Rev Unknown from unknown)

Copyright 1998-2013 Gerald Combs <gerald@wireshark.org> 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+ 3.4.4, with Cairo 1.10.2, with Pango 1.30.1, with
GLib 2.32.4, with WinPcap (4_1_3), with libz 1.2.5, with SMI 0.4.8, with c-ares
1.9.1, with Lua 5.1, without Python, with GnuTLS 2.12.18, with Gcrypt 1.4.6,
with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Nov 14 2013),
with AirPcap.

Running on 64-bit Windows 8, build 9200, with WinPcap version 4.1.3 (packet.dll
version 4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
GnuTLS 2.12.18, Gcrypt 1.4.6, without AirPcap.
       Intel(R) Core(TM) i7-3687U CPU @ 2.10GHz, with 8074MB of physical
memory.


Built using Microsoft Visual C++ 10.0 build 30319

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

Check the man page and http://www.wireshark.org for more information.
--
Small patch file to fix 16-bit signed-ness of integer data from Fast Meter
Messages.  This corrects an issue with negative meter data being interpreted as
extremely high positive data due to the sign bit being set.


You are receiving this mail because:
  • You are watching all bug changes.