URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfd51199e707c1d5c28732be34b44a9ee8a91cd8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bfd5119 by Dirk Eibach (dirk.eibach@xxxxxxxx):
DisplayPort AUX channel protocol dissector
Dissector for the VESA DisplayPort AUX channel protocol.
Bug: 14651
Change-Id: I5c0c7668bda969086d9d6e5069aad87e929f6340
Reviewed-on: https://code.wireshark.org/review/27311
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 68ec514 wsutil: null-terminate string in ws_read_string_from_pipe (CID: 1364684).
adds bfd5119 DisplayPort AUX channel protocol dissector
Summary of changes:
epan/dissectors/CMakeLists.txt | 2 +
epan/dissectors/packet-dpaux.c | 459 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-dpaux.h | 20 ++
epan/dissectors/packet-dpauxmon.c | 207 +++++++++++++++++
wiretap/pcap-common.c | 3 +
wiretap/wtap.h | 1 +
6 files changed, 692 insertions(+)
create mode 100644 epan/dissectors/packet-dpaux.c
create mode 100644 epan/dissectors/packet-dpaux.h
create mode 100644 epan/dissectors/packet-dpauxmon.c