Re: [Wireshark-users] last touches for custom Lua dissector

2021-11-30 Thread Ariel Burbaickij
Hello Pascal, cool, it works. Thank you very much for your fast response. Genuinely appreciated! Will take a look at the updated(?) dissector now. Kind Regards Ariel Burbaickij On Tue, Nov 30, 2021 at 2:22 PM Pascal Quantin wrote: > Hi Ariel, > > Le mar. 30 nov. 2021 à 14:12, Ariel Burbaickij

Re: [Wireshark-users] last touches for custom Lua dissector

2021-11-30 Thread Pascal Quantin
Hi Ariel, Le mar. 30 nov. 2021 à 14:12, Ariel Burbaickij a écrit : > Hello community, > I have written a custom dissector for LTE related protocols and it runs > fine but there is one last piece that I would like to add to it. Context is > such: there is a wrapper (generic name) protocol and I c

[Wireshark-users] last touches for custom Lua dissector

2021-11-30 Thread Ariel Burbaickij
Hello community, I have written a custom dissector for LTE related protocols and it runs fine but there is one last piece that I would like to add to it. Context is such: there is a wrapper (generic name) protocol and I call LTE dissector in this manner: local myrrc = Dissector.get("lte-rrc.dl.dcc