https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3085
Summary: an error occurred when parsing the BSSGP protocol
Product: Wireshark
Version: 1.0.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jinkangjia@xxxxxxxxxxx
Created an attachment (id=2522)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2522)
protocol description
Build Information:
There is an error in the source code for parsing BSSGP protocol
--
Hi,
there is an error occured in the 2779 row of wireshark source code
packet-bssgp.c.
QoS profile T part.
The source code looks like this:
pi = proto_tree_add_bitfield8(tf, bi->tvb, bi->offset, MASK_T_BIT);
proto_item_append_text(pi, "T: The SDU contains %s",
value == 0 ?
"data" :
"signalling (e.g. related to GMM)");
The above code "value == 0" should be changed to "value == 1"
We have pasted the proper protocol of BSSGP from 3gpp documents in the
attachment. Please check it.
Best regards!
Fu Dengsheng and Jia Jinkang
Beijing, China
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.