Wireshark-commits: [Wireshark-commits] master 7785557: Add a dissector for the USB printer class.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=778555795ec005e1893065e9a5900f00b388ea41
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7785557 by Martin Kaiser (wireshark@xxxxxxxxx):
Add a dissector for the USB printer class.
Start dissecting the class-specific control messages.
Change-Id: I21e97777c9fc0396a8c0c575ba21909f58bbb577
Reviewed-on: https://code.wireshark.org/review/36539
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 464d568 Don't build code to handle capturing if we don't have pcap.
add 7785557 Add a dissector for the USB printer class.
Summary of changes:
docbook/release-notes.adoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-usb-printer.c | 190 +++++++++++++++++++++++++++++++++++
3 files changed, 192 insertions(+)
create mode 100644 epan/dissectors/packet-usb-printer.c