Re: [Wireshark-dev] Create dissctor groups to easily dissable unneded protocols.

2020-10-21 Thread Anders Broman via Wireshark-dev
From: Wireshark-dev On Behalf Of chuck c Sent: den 21 oktober 2020 17:52 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Create dissctor groups to easily dissable unneded protocols. >The Frame protocol (and a dozen others) can not be disabled: > /* You can't disa

Re: [Wireshark-dev] lua decoder accessing info from layers above

2020-10-21 Thread Martin Kaiser
Thus wrote Maynard, Chris via Wireshark-dev (wireshark-dev@wireshark.org): > > From: Wireshark-dev On Behalf Of > > chuck c > > Sent: Wednesday, October 14, 2020 10:33 AM > > To: Developer support list for Wireshark > > Subject: Re: [Wireshark-dev] lua decoder accessing info from layers above

Re: [Wireshark-dev] Create dissctor groups to easily dissable unneded protocols.

2020-10-21 Thread chuck c
The Frame protocol (and a dozen others) can not be disabled: /* You can't disable dissection of "Frame", as that would be tantamount to not doing any dissection whatsoever. */ proto_set_cant_toggle(proto_frame); Would there be a group that lists these? On Wed, Oct 21, 2020 at 9:34 AM Anders Br

[Wireshark-dev] Create dissctor groups to easily dissable unneded protocols.

2020-10-21 Thread Anders Broman via Wireshark-dev
Hi, In the developers den we discussed the possibility of disabling unneeded protocols and I brought up the idea of protocol groups. If there is interest in this feature I would need help with the GUI part - volunteers? As a PoC I was thinking of something along these lines. Turn all protocols o