Wireshark-bugs: [Wireshark-bugs] [Bug 9413] Remove usb_conv_info_t from packet_info

Date: Mon, 11 Nov 2013 10:48:03 +0000

Comment # 3 on bug 9413 from
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.