On Thu, Jul 23, 2020 at 8:18 AM Guy Harris wrote:
> On Jul 21, 2020, at 6:04 PM, Filipe Laíns wrote:
> > 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
On Jul 21, 2020, at 6:04 PM, Filipe Laíns wrote:
> 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
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