Michael Mann
changed
bug 9413
What |
Removed |
Added |
Attachment #12050 is obsolete |
|
1
|
Attachment #12050 Flags |
review_for_checkin?
|
|
Attachment #12051 is obsolete |
|
1
|
Attachment #12051 Flags |
review_for_checkin?
|
|
Attachment #12062 Flags |
|
review_for_checkin?
|
Comment # 5
on bug 9413
from Michael Mann
Created attachment 12062 [details]
Remove usb_conv_info_t from packet_info
Complete removal of usb_conv_info from packet_info structure.
Features of patch
1. Added usb_data_t member to _usb_conv_info_t structure
2. Have usb_conv_info* passed through the following dissector tables:
"usb.bulk"
"usb.control"
"usb.interrupt"
3. Have usb_data_t* passed (as a member of usb_conv_info) through the following
dissector tables:
"usb.device"
"usb.protocol"
"usb.product"
(Although it could be changed to take usb_conv_info* instead because of item 1)
You are receiving this mail because:
- You are watching all bug changes.