Re: [Wireshark-dev] Dissect data on a bit-by-bit basis

2020-07-23 Thread Tomasz Moń
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

Re: [Wireshark-dev] Dissect data on a bit-by-bit basis

2020-07-22 Thread Guy Harris
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

Re: [Wireshark-dev] Dissect data on a bit-by-bit basis

2020-07-21 Thread John Thacker
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

[Wireshark-dev] Dissect data on a bit-by-bit basis

2020-07-21 Thread Filipe Laíns
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