URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3c37630c77154c50802ca4cdcfd8ea7b8f34af86
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3c37630 by Sean O. Stalley (sean.stalley@xxxxxxxxx):
Dissection of USB setup data in MA USB data packets
This patch adds support for dissection of USB setup data contained
inside of MA USB data packets. The MAUSB Dissector calls the same
function used by the USB dissector to dissect the setup data.
This patch also (and a bit unintentionally) adds transfer following.
TransferReq & TransferAck packets now show a link & a time delta
to their TransferReq (ie [Request in: XXX] & [Time from request: XXX].
TransferReq packets have a [Response in: XXX] tag, but it erronously
points to the TransferAck, not the TransferResponse.
Change-Id: I01041de3c38ea6248e9d34506b0b012518a1e6d8
Reviewed-on: https://code.wireshark.org/review/1548
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from c9621e2 We must include config.h to have HAVE_SSE42
adds 3c37630 Dissection of USB setup data in MA USB data packets
Summary of changes:
epan/dissectors/packet-mausb.c | 57 ++++++++++++++++++++++++++++++++++++++--
epan/dissectors/packet-usb.c | 6 ++---
epan/dissectors/packet-usb.h | 12 +++++++++
3 files changed, 70 insertions(+), 5 deletions(-)