URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=64cd8270c669e35bc2911133a9a7da31c4bb1965
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
64cd827 by Sean O. Stalley (sean.stalley@xxxxxxxxx):
Have dissect_usb_setup_request handle non-standard requests
Moved code for parsing non-standard setup requests from
dissect_usb_common() to dissect_usb_setup_request().
Also added header_info flag USB_HEADER_IS_MAUSB & updated mausb
dissector.
Change-Id: Ifa8abccbd57bf4dd3965f582872952383e6f737d
Reviewed-on: https://code.wireshark.org/review/3851
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3d4d021 Non-standard USB control requests now handled in own function
adds 64cd827 Have dissect_usb_setup_request handle non-standard requests
Summary of changes:
epan/dissectors/packet-mausb.c | 9 +++----
epan/dissectors/packet-usb.c | 51 ++++++++++++++++++++++------------------
epan/dissectors/packet-usb.h | 7 ++++--
3 files changed, 38 insertions(+), 29 deletions(-)