diff options
author | havup <42641299+havup@users.noreply.github.com> | 2020-03-25 19:04:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 19:04:35 +0800 |
commit | 6c3cbe50e24c1d6b278643fb825e76ec09b7bb88 (patch) | |
tree | adb6942cfd897730c186fee5749fc5d098dc23b5 | |
parent | a2b163becad4e9ff68551d67df951af4007bdaca (diff) |
Update 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 2cae4b203..a5113acf5 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -216,4 +216,5 @@ void init_wireguard_dissector(struct ndpi_detection_module_struct *ndpi_struct, 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); +void init_s7comm_dissector(struct ndpi_detection_module_struct *ndpi_struct,u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |