dnlplm / WiresharkQMIDissector

Wireshark QMI dissector for Qualcomm based modems
GNU General Public License v3.0
10 stars 6 forks source link

Fix QMI decoding at QMI-over-MBIM #5

Closed dnlplm closed 3 months ago

dnlplm commented 3 months ago

A recent change in Wireshark related to usb_bInterfaceClass requires a different check in order to understand if a QMI request is passing through the MBIM protocol.

Add two different checks in order to support both usb_bInterfaceClass formats.

Thanks to vheat for reporting and proposing a possible solution!

Fixes #4