diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2019-09-29 08:02:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 08:02:49 +0200 |
commit | 59b83999239ad7154f0fec418ef657bfd6c051e0 (patch) | |
tree | 2aeea37bda48d3419889e6415c23c076c6605e82 /src/include/ndpi_protocols.h | |
parent | 3b06d2191ce69d53aae02235ebe45587038616e6 (diff) | |
parent | bae36d2e254618182a1da57897241a83be4a2e48 (diff) |
Merge pull request #778 from choyos/dev
Added support for dissection of DNP3 and IEC104 protocols
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 5091b458d..17941d5b2 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__ */ |