Re: [Wireshark-dev] LUA chained dissector drops data parameter

2019-11-29 Thread Kanstrup, Mikael
01:40 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] LUA chained dissector drops data parameter Hi Mikael, On Mon, Nov 18, 2019 at 05:20:54PM +0000, Kanstrup, Mikael wrote: > Hi, > > I'm working on dissecting a proprietary protocol that extends Bluetooth &

[Wireshark-dev] LUA chained dissector drops data parameter

2019-11-18 Thread Kanstrup, Mikael
Hi, I'm working on dissecting a proprietary protocol that extends Bluetooth HCI_ACL with a LUA dissector. As there's no heuristics dissector list registered for this particular protocol I thought something similar could be achieved with a chained dissector. I retrieve the original HCI_ACL disse

[Wireshark-dev] IEEE 802.11 WPA3 decryption support

2019-03-25 Thread Kanstrup, Mikael
Hi, I started working on WPA3 decryption support. Some parts of it has already been merged. While working on it I've noticed a couple of things that I'd like to bring up here before spending too much time. For WPA3 enterprise support keys and mic are no longer a fixed size. This will have quit

Re: [Wireshark-dev] Lua dissector for raw 802.11 data frames

2018-05-22 Thread Kanstrup, Mikael
?> I am working on a dissector that dissects a proprietary protocol that uses raw 802.11 data frames. The protocol > specification is not open so I won't be able to contribute the dissector. I've therefore chosen to implement it in Lua. > > Without patching Wireshark's 802.11 dissector I'm not

[Wireshark-dev] Lua dissector for raw 802.11 data frames

2018-05-18 Thread Kanstrup, Mikael
?Hi, I am working on a dissector that dissects a proprietary protocol that uses raw 802.11 data frames. The protocol specification is not open so I won't be able to contribute the dissector. I've therefore chosen to implement it in Lua. Without patching Wireshark's 802.11 dissector I'm not ab