Comment # 3
on bug 9413
from Michal Labedzki
Hi Michael,
I think "usb_conv_info_t" and "usb_data_t" should be merged into one. There
should not be a problem, because usb_data_t contains "channel identification",
so all variables are known any time.
The problem for is "usb_trans_info_t". It is not needed to correctly decode
most USB dissectors (it is one of ways), so I have a plan to fix USB dissector.
Than it can be "DecodeBy" like "hci_usb" (need endpoint provided by usb_data_t
for dissecting and reassembling).
You are receiving this mail because:
- You are watching all bug changes.