URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8176b492d8bacfeb5446f441455da5b2e7449fde
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8176b49 by Pantar Ana (ana.pantar@xxxxxxxxx):
ebhscr: add ebhscr dissector
ElektroBit High Speed Capture and Replay protocol is produced by a
PCIe Card for interfacing high speed automotive interfaces.
Bug: 15474
Change-Id: Ibb3ea36d9281b2779e2cc13d29b66dc382782ca3
Reviewed-on: https://code.wireshark.org/review/31847
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d36f4fd NSIS: Remove a duplicate definition.
add 8176b49 ebhscr: add ebhscr dissector
Summary of changes:
NEWS | 35 ++--
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-ebhscr.c | 403 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 423 insertions(+), 17 deletions(-)
create mode 100644 epan/dissectors/packet-ebhscr.c