[Wireshark-dev] ASN2WRS does not create PDU (which is specified in .cnf file)

2014-09-16 Thread Christina Obermaier
Hi, I have a question according to the creation of an asn1 dissector plugin. I used the Toyasn1 sample to create my own dissector. The only thing i changes were the .asn files. There i used my own files (CAM.asn and ITS-Container.asn) which i specified in the makefile. Then i tryed to compile t

Re: [Wireshark-dev] ASN2WRS does not create PDU (which is specified in .cnf file)

2014-09-16 Thread Pascal Quantin
Le 16 sept. 2014 10:55, "Christina Obermaier" a écrit : > > Hi, > > I have a question according to the creation of an asn1 dissector plugin. > > I used the Toyasn1 sample to create my own dissector. > The only thing i changes were the .asn files. There i used my own files (CAM.asn and ITS-Containe

Re: [Wireshark-dev] ASN2WRS does not create PDU (which is specified in .cnf file)

2014-09-16 Thread Christina Obermaier
Thanks for your help, but the problem still exisits. I tried to change the code like you told: Part of my packet-toyasn1-template.c: #include "packet-toyasn1-fn.c" static void dissect_toyasn1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { proto_item *toyasn1_item = NULL;

Re: [Wireshark-dev] ASN2WRS does not create PDU (which is specified in .cnf file)

2014-09-16 Thread Pascal Quantin
Le 16 sept. 2014 11:27, "Christina Obermaier" a écrit : > > Thanks for your help, but the problem still exisits. > I tried to change the code like you told: > > Part of my packet-toyasn1-template.c: > > #include "packet-toyasn1-fn.c" > static void > dissect_toyasn1(tvbuff_t *tvb, packet_info *pinf

Re: [Wireshark-dev] ASN2WRS does not create PDU (which is specified in .cnf file)

2014-09-16 Thread Kukosa, Tomas
[mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Christina Obermaier Sent: Tuesday, September 16, 2014 11:27 To: Pascal Quantin; Developer support list for Wireshark Subject: Re: [Wireshark-dev] ASN2WRS does not create PDU (which is specified in .cnf file) Thanks for your help, but the