ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1384] BSSGP.TLLI is not recognized properly in filter

Date: Tue, 20 Feb 2007 06:53:54 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1384





------- Comment #2 from pilyuk@xxxxxxxxx  2007-02-20 06:53 GMT -------
In fact, it is only partially solved in 20821.

The following has been partially forgotten

line 6036:
--       FT_UINT8, BASE_HEX, VALS(tab_bssgp_ie_types), 0x0,
++       FT_UINT8, BASE_HEX, VALS(tab_nacc_cause), 0x0,

line 6041:

--       FT_UINT8, BASE_HEX, VALS(tab_nacc_cause), 0x0,
++       FT_UINT8, BASE_HEX, VALS(tab_bssgp_ie_types), 0x0,

In either case, bssgp.tlli is not shown properly yet. Instead of
bssgp.iei.nacc_cause, after the 20821, the bssgp.ie_type is shown.
Unfortunately, I cannot provide you with the trace file (it contains live
subscriber traffic, identifiers, etc.), but I'm willing to help with testing
the proposed fixes.

By the way, there are several warnings during the packet-bssgp.c compilation on
gcc (GCC) 3.4.6 [FreeBSD] 20060305.

packet-bssgp.c:3998: warning: unused parameter 'ie'
packet-bssgp.c:3998: warning: unused parameter 'ie_start_offset'
packet-bssgp.c: In function `decode_iei_rim_pdu_indications':
packet-bssgp.c:4246: warning: unused variable `MASK_EXT'
packet-bssgp.c: In function `decode_ie':
packet-bssgp.c:4379: warning: passing arg 2 of `proto_tree_add_none_format'
makes integer from pointer without a cast
packet-bssgp.c: At top level:
packet-bssgp.c:4023: warning: 'decode_ran_information_common' defined but not
used

Hope, this may help.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.