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 5175] PPI-GPS protocol dissector patch

Date: Thu, 18 Nov 2010 15:12:26 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5175

--- Comment #12 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-11-18 18:12:24 EST ---
To fix compilation errors on Windows (for packet-ppi-antenna.c and
packet-ppi-vector.c):

I changed a bunch of
   proto_tree_add_float(..., ..., ..., ..., ..., ,<gdouble>);

to :
   proto_tree_add_double(..., .........);

I also changed the FT_FLOAT to FT_DOUBLE in the various associated hf[]
entries.

Is this the right fix ?

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