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

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