Add CAN over Ethernet dissector.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig 2023-10-22 15:39:30 +02:00 committed by Ivan Nardi
parent 25c54dd6d7
commit a443bba0dd
155 changed files with 286 additions and 150 deletions

View file

@ -380,6 +380,7 @@ typedef enum {
NDPI_PROTOCOL_HTTP2 = 349,
NDPI_PROTOCOL_HAPROXY = 350,
NDPI_PROTOCOL_RMCP = 351,
NDPI_PROTOCOL_CAN = 352,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"