Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] help on using asn2wrs

From: "Anders Broman \(AL/EAB\)" <anders.broman@xxxxxxxxxxxx>
Date: Mon, 28 Aug 2006 14:32:52 +0200
Hi,
Well the .cnf file is only needed if you need to do someting to the asn1 decoding and the template file is were you put the code that makes your dissector be called forinstance.
 
But the first step is to get the dissector generated have you succeeded to do that with skeleton .cnf and template files?
 
Brg
Anders


From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Jacob Avraham
Sent: den 28 augusti 2006 14:03
To: wireshark-dev@xxxxxxxxxxxxx
Subject: Re: [Wireshark-dev] help on using asn2wrs

Anders,

 

I'm adding a dissector to a proprietary protocol, which is ASN1 PER encoded, and is in the payload of a specific UDP port packet.

I'm trying to understand how to write the packet-myproto-templace.c and the myproto.cnf .

 

Thanks,

Jacob