https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887
--- Comment #14 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-03-22 18:49:23 PDT ---
(In reply to comment #13)
> - 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);
Oh, yeah, and another change I had to make: since this hf changed from a double
to float, the corresponding hf_ entry also had to changed (else we get an
immediate assertion leading to a fuzz-test failure).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.