https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5494
Summary: FP-Hint: Display correct DCH-ID value
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: witek@xxxxxx
Tobias Witek <witek@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5615| |review_for_checkin?
Flag| |
Created an attachment (id=5615)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5615)
Add 1 to DCH-ID to display correct value in protocol tree
Build Information:
wireshark 1.5.0 (SVN Rev 35188 from /trunk)
Copyright 1998-2010 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 GTK+ 2.20.1, with GLib 2.24.1, with libpcap 1.0.0, with
libz 1.2.3.3, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without Python, without GnuTLS, without
Gcrypt, with MIT Kerberos, without GeoIP, without PortAudio, without AirPcap.
Running on Linux 2.6.32-25-server, with libpcap version 1.0.0, with libz
1.2.3.3.
Built using gcc 4.4.3.
--
In FP-Hint, DCH-IDs are stored as a 5-bit value. While a 5-bit value can
hold values from 0..31, DCH-IDs in the NBAP, RNSAP and RRC protocols
have values from 1..32.
This patch adds 1 to the DCH-ID in FP-Hint in order to display the
correct DCH-ID value in the protcol tree.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.