Skip to content

Commit

Permalink
added TesterPresent response caption
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbe committed Jan 3, 2018
1 parent f88ec18 commit 1cbe6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/uds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/uds/moduleinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
#endif

/* Version number of package */
#define VERSION "1.1.0"
#define VERSION "1.1.1"

1 change: 1 addition & 0 deletions plugins/uds/packet-uds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 1cbe6de

Please sign in to comment.