Here's the warning that stops the build:
packet-ptp.c(2183) : error C2220: warning treated as error - no object
file generated
packet-ptp.c(2183) : warning C4244: 'function' : conversion from
'__int64 ' to 'double ', possible loss of data
Attached is a proposed patch to correct the problem.
- Chris
P.S. I also noticed the following "duplicate field", which should
probably also be corrected?:
xcopy ".\plugins\wimaxasncp\wimaxasncp.dll"
wireshark-gtk2\plugins\0.99.9 /d
..\plugins\wimaxasncp\wimaxasncp.dll
1 File(s) copied
if exist custom-install.bat custom-install wireshark-gtk2 0.99.9
copy wireshark-gtk2.exe wireshark-gtk2\wireshark.exe
1 file(s) copied.
if exist wireshark-gtk2.pdb copy wireshark-gtk2.pdb
wireshark-gtk2\wireshark.pdb
if exist ".\docbook\user-guide.chm" xcopy
".\docbook\user-guide.chm" wireshark-gtk2 /d
0 File(s) copied
wireshark-gtk2\tshark.exe -G | perl doc\dfilter2pod.pl
doc\wireshark-filter.pod.template > doc\wireshark-filter.pod
Duplicate field detected in call to proto_register_field_array:
cigi.los_ext_response is already registered
NMAKE / -f Makefile.nmake clean-deps
<<packet-ptp.c.patch>>
-----------------------------------------
This email may contain confidential and privileged material for the
sole use of the intended recipient(s). Any review, use, retention,
distribution or disclosure by others is strictly prohibited. If you
are not the intended recipient (or authorized to receive for the
recipient), please contact the sender by reply email and delete all
copies of this message. Also, email is susceptible to data
corruption, interception, tampering, unauthorized amendment and
viruses. We only send and receive emails on the basis that we are
not liable for any such corruption, interception, tampering,
amendment or viruses or any consequence thereof.
Attachment:
packet-ptp.c.patch
Description: packet-ptp.c.patch