URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ea3237800a9ed24a6f46ceeb2ff7b26f187f19a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
3ea3237 by Peter Wu (peter@xxxxxxxxxxxxx):
usbvideo: fix Malformed packet error for SET_CUR
The SET_CUR request does not have an extended pseudo-header, the logic
likely refers to the extra bytes in the usmon packet header. Remove it
since the function handles the payload after that header.
Tested with arkmicro_webcam.pcap (from bug 8414) and
usb-malformed-error.pcapng.gz (from bug 11736).
Bug: 11736
Change-Id: I61c71bb06c37a626260447f703a5cc4db2a6fc80
Reviewed-on: https://code.wireshark.org/review/12005
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3c8036f Rule-Failure-Code enum value 14 added.
adds 3ea3237 usbvideo: fix Malformed packet error for SET_CUR
Summary of changes:
epan/dissectors/packet-usb-video.c | 4 ----
1 file changed, 4 deletions(-)