Hi Anders,
Could you please try this version of catapult_dct2000.c instead? It uses
memset rather than bzero now, and hopefully casts those warnings away (I
didn't see them with linux + gcc 3.3.2).
Thanks,
Martin
----- Original Message -----
From: "Anders Broman" <a.broman@xxxxxxxxx>
To: "'Ethereal development'" <ethereal-dev@xxxxxxxxxxxx>
Sent: 13 April 2006 23:12
Subject: SV: [Ethereal-dev] Wiretap support for Catapult DCT2000 .out
files(nowwith mtp2)
Hi,
I get the following error with MSVC6
catapult_dct2000.c
catapult_dct2000.c(188) : warning C4013: 'bzero' undefined; assuming extern
returning int
file_access.c
wtap.c
Generating Code...
catapult_dct2000.c(679) : warning C4761: integral size mismatch in argument;
conversion supplied
catapult_dct2000.c(680) : warning C4761: integral size mismatch in argument;
conversion supplied
:
LINK : warning LNK4068: /MACHINE not specified; defaulting to IX86
Creating library wiretap-0.3.lib and object wiretap-0.3.exp
catapult_dct2000.obj : error LNK2001: unresolved external symbol _bzero
wiretap-0.3.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Brg
Anders
-----Ursprungligt meddelande-----
Fr�n: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] F�r Martin Mathieson
Skickat: den 13 april 2006 12:17
Till: Ethereal development
�mne: [Ethereal-dev] Wiretap support for Catapult DCT2000 .out files
(nowwith mtp2)
Hi,
Here is an updated version of these files and patch, now with support
for MTP2. Olivier's trace used the ANSI variant - the MTP2 and MTP3
decode fine with the right preferences set (although the ISUP dissector
reports a reserved/retired message type).
I've also appended one of these frames to test.out now.
Best regards,
Martin
_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev
Attachment:
catapult_dct2000.c
Description: Binary data