diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-22 15:39:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-22 15:40:32 +0200 |
commit | 884035321a9d9d47120d65f02cada3ed146029af (patch) | |
tree | ef63630f3952f74f9ba84738df4783d060196c89 /src/include/ndpi_protocols.h | |
parent | f69909d49b82134d5cfe934cba9971cb62bf32cc (diff) |
Add CAN over Ethernet dissector.add/can-over-ethernet
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 008902cc0..055fe4fac 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -247,6 +247,7 @@ void init_slp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int3 void init_http2_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_haproxy_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_rmcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_can_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); /* ndpi_main.c */ extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port); |