On Tue, Jul 21, 2020 at 9:05 PM Filipe Laíns wrote:
> Hi,
>
> I am working on the USB HID dissector and I need to dissect data on a
> bit by bit basis, instead of byte. The data structure is completely
> dynamic (described by the HID descriptor) and the basic data block is
> the bit. Any bit or s
Hi,
I am working on the USB HID dissector and I need to dissect data on a
bit by bit basis, instead of byte. The data structure is completely
dynamic (described by the HID descriptor) and the basic data block is
the bit. Any bit or sequence of bits can have a meaning, the data can
be completely un
Hi Roland,
thank you for your answer. It looks more difficult than I expected.
I am giving it up for now.
Best regards,
Tomas
On 19/07/2020 13:39, Roland Knall wrote:
It's tricky. Due to the plugin being in a different execution context
from the main application, a direct connection cannot