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.