URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0387d32bfb7a323850021ed6463581f388c9ccc8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0387d32 by Guy Harris (guy@xxxxxxxxxxxx):
Dissect the frame data.
We just dissect it as raw bytes for now; ultimately, we need to process
it the same way we process data for other forms of USB capture.
This also catches the case where the frame length is bogusly large
(including so large that rounding it up to a multiple of 4 overflows).
Bug: 12153
Change-Id: I537974d548fdcda917d9fce8189eb2134bc17bb9
Reviewed-on: https://code.wireshark.org/review/14103
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from fa80940 Qt: Add tooltips to the welcome screen interfaces.
adds 0387d32 Dissect the frame data.
Summary of changes:
epan/dissectors/packet-usb.c | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)