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 7429] Wireshark 1.6.6 does not correctly read Association

Date: Mon, 2 Jul 2012 14:13:04 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7429

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #4 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-07-02 14:13:04 PDT ---
(In reply to comment #3)
> proto_tree_add_uint() wasn't changed to proto_tree_add_item()

It'd be great if someone could write addition check in tools/checkAPIs.pl
if there's encoding flag, and function is proto_tree_item_string() /
proto_tree_item_*int it's probably broken :)

Some other fields:

packet-bittorrent.c:703:      proto_tree_add_uint(mtree, hf_bittorrent_port,
tvb, offset, 2, ENC_BIG_ENDIAN);

Broken in r41312

packet-elcom.c:380:        proto_tree_add_uint(tree,
hf_elcom_datarequest_groupindex2, tvb, offset, 2, ENC_BIG_ENDIAN);

Broken in r40091

packet-ieee80211.c:8617:        parent_item =
proto_tree_add_uint(tree,hf_ieee80211_tag_measure_report_type, tvb, offset, 1,
ENC_NA);

Broken in r36506

packet-m2ua.c:636:  proto_tree_add_uint(parameter_tree, hf_action,
parameter_tvb, ACTION_OFFSET, ACTION_LENGTH, ENC_BIG_ENDIAN);

Broken in r6738

packet-brp.c:181:            proto_tree_add_uint( brp_tree, hf_brp_stat, tvb,
offset, 4, ENC_BIG_ENDIAN );

Dissector added in r39254.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.