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 4501] LTP dissector doesn't handle fragmented segments

Date: Sat, 20 Feb 2010 03:38:36 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4501

Anders Broman <anders.broman@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.broman@xxxxxxxxxxxx

--- Comment #3 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2010-02-20 03:38:35 PST ---
Hi,
The patch does not compile:
packet-ltp.c
packet-ltp.c(306) : error C2220: warning treated as error - no 'object' file
gen
erated
packet-ltp.c(306) : warning C4244: 'function' : conversion from 'guint64' to
'gu
int32', possible loss of data
packet-ltp.c(307) : warning C4244: 'function' : conversion from 'guint64' to
'gu
int32', possible loss of data
packet-ltp.c(307) : warning C4244: 'function' : conversion from 'guint64' to
'gu
int32', possible loss of data
packet-ltp.c(312) : warning C4244: 'function' : conversion from 'guint64' to
'gu
int32', possible loss of data
packet-ltp.c(313) : warning C4244: 'function' : conversion from 'guint64' to
'gu
int32', possible loss of data
packet-ltp.c(313) : warning C4244: 'function' : conversion from 'guint64' to
'gu
int32', possible loss of data
NMAKE : fatal error U1077: '"c:\Program\Microsoft Visual Studio
9.0\VC\BIN\cl.EX
E"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program\Microsoft Visual Studio
9.0\VC\BIN\nmake
.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program\Microsoft Visual Studio
9.0\VC\BIN\nmake
.exe"' : return code '0x2'
Stop.

Unless there is a need for 64 bit lenghts etc I think it would be better to
define evaluate_sdnv_32 and dispence of the 64 bit variable usage.
/Anders

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