Re: [Wireshark-dev] still unclear how to build a new ASN.1-based dissector

2021-04-20 Thread Vincent Randal
You should now have generated .c and possibly .h files in your src dir >> >> Check them in and update the cmake files to include the f´generated .c .h >> files >> >> Run make to have them built >> >> >> >> Best regards >> >> Anders >> >>

Re: [Wireshark-dev] still unclear how to build a new ASN.1-based dissector

2021-04-20 Thread Vincent Randal
gt; > > *From:* Wireshark-dev *On Behalf Of > *Vincent Randal > *Sent:* den 19 april 2021 05:06 > *To:* Developer support list for Wireshark > *Subject:* Re: [Wireshark-dev] still unclear how to build a new > ASN.1-based dissector > > > > CORRECTION: I omitted

Re: [Wireshark-dev] still unclear how to build a new ASN.1-based dissector

2021-04-19 Thread Anders Broman via Wireshark-dev
´generated .c .h files Run make to have them built Best regards Anders From: Wireshark-dev On Behalf Of Vincent Randal Sent: den 19 april 2021 05:06 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] still unclear how to build a new ASN.1-based dissector CORRECTION

Re: [Wireshark-dev] still unclear how to build a new ASN.1-based dissector

2021-04-18 Thread Vincent Randal
CORRECTION: I omitted the troublesome steps (underlined) when describing the problem: git clone https:// wireshark cd wireshark git checkout wireshark-3.4.4 cd wireshark/epan/dissectors *cp ~/myfoo.tgz . #copy dissector code into wireshark clone* *tar xvf myfoo.tgz #extract the dissector code

[Wireshark-dev] still unclear how to build a new ASN.1-based dissector

2021-04-18 Thread Vincent Randal
Hello Wireshark-dev community, Apparently, I still don't have the correct sequence of steps necessary for first time generation of "packet-myfoo.c" and "packet-myfoo.h" for a new ASN.1-based dissector called myfoo. Details follow. I would like to understand (much better than I do) how to add an