new: new can module for CAN-bus

This commit is contained in:
evilsocket 2024-08-09 15:42:03 +02:00
commit 5fe3ef3d52
12 changed files with 755 additions and 3 deletions

View file

@ -120,6 +120,8 @@ func (mod *EventsStream) Render(output io.Writer, e session.Event) {
mod.viewBLEEvent(output, e)
} else if strings.HasPrefix(e.Tag, "hid.") {
mod.viewHIDEvent(output, e)
} else if strings.HasPrefix(e.Tag, "can.") {
mod.viewCANEvent(output, e)
} else if strings.HasPrefix(e.Tag, "gps.") {
mod.viewGPSEvent(output, e)
} else if strings.HasPrefix(e.Tag, "mod.") {