diff options
author | Luca Deri <deri@ntop.org> | 2018-12-21 18:25:44 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-12-21 18:25:44 +0100 |
commit | 5241c9f3cfefd8da67c2e07de1864ac956f9788d (patch) | |
tree | 7f134ec5a5ea75a4172e77b42cab70becae92050 /src/include/ndpi_protocols.h | |
parent | 91da00f4703f0e8e3a5bac683297932dab7932c5 (diff) |
Added Modbus over TCP dissector
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 5349237d4..f29ffa72a 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -363,4 +363,5 @@ void init_fbzero_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_memcached_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_nest_log_sink_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_ookla_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_modbus_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |