diff options
author | choyos <cesar91hoyos@gmail.com> | 2019-09-20 13:29:49 +0200 |
---|---|---|
committer | choyos <cesar91hoyos@gmail.com> | 2019-09-20 13:29:49 +0200 |
commit | cbda4c2af1caadf54d7d313df4b0f425a71c49f5 (patch) | |
tree | 828f589b7f83d03bec84c85dbf562d234465f7a0 /src/include/ndpi_protocols.h | |
parent | f678486393e38e09799a861989f182d14c42b90c (diff) |
Added support for industrial protocols DNP3, IEC 60780-5-104
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 67341bcfe..10ac53057 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -372,5 +372,6 @@ void init_modbus_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_line_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_wireguard_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_targus_getdata_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); - +void init_dnp3_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_104_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |