mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Enable IEC 60870-5-104 dissector
This commit is contained in:
parent
0b702c20d3
commit
4d746dabe9
1 changed files with 3 additions and 0 deletions
|
|
@ -3412,6 +3412,9 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n
|
|||
/* S7 comm */
|
||||
init_s7comm_dissector(ndpi_str, &a, detection_bitmask);
|
||||
|
||||
/* IEC 60870-5-104 */
|
||||
init_104_dissector(ndpi_str, &a, detection_bitmask);
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_main_init.c"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue