Ethereal-dev: Re: [Ethereal-dev] 3 MSVC warnings in packet-cmip and packet-cms

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

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Mon, 15 Nov 2004 07:34:58 +1100
Yes,   these are all dissectors  so moving them to epan would make
perfect sense.
ASN2ETH and the packet-ber  helpers work so well now and it is
becomming so easy to build new dissectors with it  that I think the
experiment has been completed as a success.

It would make very much sense to move them to epan and to create a
real build environment for them including real makefiles so that one
does not need to
compile them using asn2eth manually and then manually copy them across
to epan/dissector anymore.



On Sun, 14 Nov 2004 13:16:08 +0100, Ulf Lamping <ulf.lamping@xxxxxx> wrote:
> Hi!
> 
> One old and two new and warnings:
> 
> packet-cmip.c
> packet-cmip.c(216) : warning C4013: 'dissect_x509if_DistinguishedName'
> undefiniert; Annahme: extern mit Rueckgabetyp int
> packet-cmip.c(219) : warning C4013: 'dissect_x509if_RDNSequence'
> undefiniert; Annahme: extern mit Rueckgabetyp int
> packet-cms.c
> packet-cms.c(338) : warning C4013: 'dissect_cms_OCTET_STRING'
> undefiniert; Annahme: extern mit Rueckgabetyp int
> 
> BTW: What about moving the asn1 folder into epan? Or am I wrong with my
> assumption, that the asn1 folder is "dissector related"?
> 
> Regards, ULFL
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>