From 1cbe6de7dde2977c2366ae7bd29b4196f0a659f3 Mon Sep 17 00:00:00 2001 From: tobbe Date: Wed, 3 Jan 2018 07:00:35 +0100 Subject: [PATCH] added TesterPresent response caption --- plugins/uds/CMakeLists.txt | 2 +- plugins/uds/moduleinfo.h | 2 +- plugins/uds/packet-uds.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/uds/CMakeLists.txt b/plugins/uds/CMakeLists.txt index 5b417a6..426bacd 100644 --- a/plugins/uds/CMakeLists.txt +++ b/plugins/uds/CMakeLists.txt @@ -22,7 +22,7 @@ include(WiresharkPlugin) # Plugin name and version info (major minor micro extra) -set_module_info(uds 1 1 0 0) +set_module_info(uds 1 1 1 0) set(DISSECTOR_SRC diagnostic_session_control.c diff --git a/plugins/uds/moduleinfo.h b/plugins/uds/moduleinfo.h index d61499a..f58e184 100644 --- a/plugins/uds/moduleinfo.h +++ b/plugins/uds/moduleinfo.h @@ -35,5 +35,5 @@ #endif /* Version number of package */ -#define VERSION "1.1.0" +#define VERSION "1.1.1" diff --git a/plugins/uds/packet-uds.c b/plugins/uds/packet-uds.c index d0623f9..4be9837 100644 --- a/plugins/uds/packet-uds.c +++ b/plugins/uds/packet-uds.c @@ -97,6 +97,7 @@ static const value_string uds_services[] = { { 0x76, "TransferData Response" }, { 0x77, "RequestTransferExit Response" }, { 0x7D, "WriteMemoryByAddress Response" }, + { 0x7E, "TesterPresent Response" }, { 0x7F, "Negative Response" }, { 0xC3, "AccessTimingParameter Response" },