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

Date: Mon, 11 Nov 2013 00:57:52 +0000

changed bug 9413

What Removed Added
Attachment #12050 Flags   review_for_checkin?

Comment # 1 on bug 9413 from
Created attachment 12050 [details]
"usb.bulk" heuristics using usb_conv_info_t

All of the current heuristic dissectors for "usb.bulk" need usb_conv_info_t,
but it can just be passed into the dissector as data.  This patch implements
that.

I'd like to pass the usb_conv_info_t as data to the uint dissectors of
"usb.bulk", but some current dissectors need usb_conv_info_t while others needs
usb_data_t.  Ideas?


You are receiving this mail because:
  • You are watching all bug changes.