diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-01-25 19:08:02 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-01-25 19:17:03 +0100 |
commit | 68d306de934afab138196d686770f43023156a5b (patch) | |
tree | 84a822e7f31bd18933d2699b84ad40a7760de6f5 /src/include/ndpi_private.h | |
parent | 9a0affc6aa40960791f83ea0453c8c86d1b34f6e (diff) |
Add Raft protocol dissector.add/raft
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_private.h')
-rw-r--r-- | src/include/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index e1273e696..8802421d6 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -723,6 +723,7 @@ void init_zoom_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int void init_yojimbo_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_stomp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_radmin_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_raft_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |