https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8008
Summary: Not compatible tables
Product: Wireshark
Version: 1.8.3
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: l.wachowski@xxxxxxxxx
Created attachment 9558
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9558
git patch
Build Information:
wireshark 1.8.3 (SVN Rev Unknown from unknown)
Copyright 1998-2012 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.24.10, with Cairo 1.10.2, with Pango 1.30.0, with
GLib 2.32.3, with libpcap, with libz 1.2.3.4, without POSIX capabilities,
without SMI, without c-ares, without ADNS, without Lua, without Python, without
GnuTLS, without Gcrypt, without Kerberos, without GeoIP, without PortAudio,
with
AirPcap.
Running on Linux 3.2.0-33-generic-pae, with locale pl_PL.UTF-8, with libpcap
version 1.1.1, with libz 1.2.3.4, without AirPcap.
Built using gcc 4.6.3.
--
In file packet-bssgp.c are two tables and one enum with functions and names and
indexes. These tables contain fields that need to be in the same order. The
problem is that they were not. You can see my proposal of changes in patch file
in attachment.
Second problem is that field "son transfer application identity" in "ran
information error rim container" points wrong byte in the stream. I'm not sure
if my change is good enough and it needs review. Tests show that everything
looks good, but I'm not sure if function "proto_tree_add_text" is the proper
function.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.