URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3aeaf5c6fcf0ef24a8c617548e391d137181cc95
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3aeaf5c by Dr. Lars Völker (lars.voelker@xxxxxx):
SOMEIP: Adding support for the SOME/IP protocol.
The Scalable service-Oriented MiddlewarE over IP (SOME/IP) is the
standard communication middleware for IP and Ethernet based
communication. It supports Service Discovery, RPC, Pub/Sub, and more.
Bug: 16014
Change-Id: Ifd6549818ccc87f376a5fb9ba1d6c335818c6e00
Signed-off-by: Dr. Lars Völker <lars.voelker@xxxxxx>
Reviewed-on: https://code.wireshark.org/review/34497
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 75dc093 macOS: Sign our extra packages.
add 3aeaf5c SOMEIP: Adding support for the SOME/IP protocol.
Summary of changes:
NEWS | 3 +-
docbook/release-notes.adoc | 1 +
epan/dissectors/CMakeLists.txt | 2 +
epan/dissectors/packet-someip-sd.c | 971 +++++++++++
epan/dissectors/packet-someip.c | 3325 ++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-someip.h | 32 +
6 files changed, 4333 insertions(+), 1 deletion(-)
create mode 100644 epan/dissectors/packet-someip-sd.c
create mode 100644 epan/dissectors/packet-someip.c
create mode 100644 epan/dissectors/packet-someip.h