Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7301] dissector for DVB Application Information Table (AIT

Date: Tue, 29 May 2012 14:42:49 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7301

Pascal Quantin <pascal.quantin@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pascal.quantin@xxxxxxxxx

--- Comment #4 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-05-29 14:42:48 PDT ---
Committed in revision 42903.
I just changed
proto_tree_add_item(descr_tree, hf_dvb_ait_descr_data,
                tvb, offset, len, ENC_BIG_ENDIAN);
to
proto_tree_add_item(descr_tree, hf_dvb_ait_descr_data,
                tvb, offset, len, ENC_NA);

and removed the 'hh' modifier as it is a C99 feature (we try to avoid them) and
tag is already unsigned.

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