https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #13 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-03-22 18:19:57 PDT ---
Checked in with one change:
- proto_tree_add_double(mr_subtree, hf_aem_frequency, tvb,
mr_offset, 4, frequency);
+ proto_tree_add_float(mr_subtree, hf_aem_frequency, tvb, mr_offset,
5, frequency);
I reverted the length of this field back to 4 as it really looks to me to be
the appropriate length.
(Oh, I also put back the opening comment's / which I'm sure wasn't an
intentional change.)
Thanks!
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.