Wireshark-commits: [Wireshark-commits] master 53fdec4: USBLL: Initial USB 2.0 Link Layer dissector
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53fdec477da233d7161990616f174deedad524b8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
53fdec4 by Tomasz Moń (desowin@xxxxxxxxx):
USBLL: Initial USB 2.0 Link Layer dissector
Dissect raw USB Packets. The actual USB packets to transaction conversion
(which is needed to pass the data to existing USB URB dissector) is not
implemented yet.
Ping-Bug: 15908
Change-Id: Ia75d58882d770fdd8650622d318241743069ad8f
Reviewed-on: https://code.wireshark.org/review/34006
Reviewed-by: Tomasz Moń <desowin@xxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d55cf13 Qt: Fix copy indicator for profile
add 53fdec4 USBLL: Initial USB 2.0 Link Layer dissector
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-usbll.c | 357 +++++++++++++++++++++++++++++++++++++++++
wiretap/pcap-common.c | 3 +
wiretap/wtap.c | 2 +
wiretap/wtap.h | 1 +
5 files changed, 364 insertions(+)
create mode 100644 epan/dissectors/packet-usbll.c