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 6887] Patch for wireshark to support IEEE 1722.1 packets

Date: Thu, 22 Mar 2012 18:49:23 -0700 (PDT)
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.