aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-someip.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09SOME/IP: Adding taps and statisticsDr. Lars Völker1-1/+8
Added: - SOME/IP Messages tap and statistics - SOME/IP-SD Entry tap and statistics
2021-01-16SOME/IP: Fix subdissector supportDr. Lars Völker1-2/+10
Until now writing subdissectors for SOME/IP was not really possible. While you could register for messages, the subdissector did not know which message it was called for. This patch fixes the subdissector support of SOME/IP by: - adding header file to CMakeLists (was missing) - creating a "data" struct so that subdissectors know what they dissect - passing this "data" struct to the subdissector
2019-09-26SOMEIP: Adding support for the SOME/IP protocol.Dr. Lars Völker1-0/+32
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@bmw.de> Reviewed-on: https://code.wireshark.org/review/34497 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>