Ethereal-dev: SV: [Ethereal-dev] Wiretap support for Catapult DCT2000 .out files (nowwith mtp2

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Fri, 14 Apr 2006 00:12:54 +0200
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