Description
The proxy currently only supports read/write data services.
Add support for DiagnosticSessionControl (0x10), TesterPresent (0x3E), RoutineControl (0x31) and SecurityAccess (0x27) service support
Additional Context
Related file:
- diag_handler.rs (trait methods)
- service_resolver.rs (MDD lookup for routines/security)
- diag_handler.rs (implementation)
- handler.rs (SID dispatch)
Related PR: #11
Description
The proxy currently only supports read/write data services.
Add support for DiagnosticSessionControl (0x10), TesterPresent (0x3E), RoutineControl (0x31) and SecurityAccess (0x27) service support
Additional Context
Related file:
Related PR: #11