diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-07-07 14:43:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 14:43:32 +0200 |
commit | db707e0829d29f7aed6d2a5848706600ca8ff971 (patch) | |
tree | 18028e1c8eba670d61304ae13a49835bc48ce139 /src/lib/protocols/dnp3.c | |
parent | 540326f3ffcc3126a1db3811464046ac7e061157 (diff) | |
parent | 030f3f3d48184133a6647108c156787fb3f39b58 (diff) |
Merge pull request #932 from IvanNardi/log
Log
Diffstat (limited to 'src/lib/protocols/dnp3.c')
-rw-r--r-- | src/lib/protocols/dnp3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/protocols/dnp3.c b/src/lib/protocols/dnp3.c index 7d0c17f70..805f8f335 100644 --- a/src/lib/protocols/dnp3.c +++ b/src/lib/protocols/dnp3.c @@ -6,9 +6,8 @@ */ #include "ndpi_protocol_ids.h" -#include "ndpi_api.h" - #define NDPI_CURRENT_PROTO NDPI_PROTOCOL_DNP3 +#include "ndpi_api.h" void ndpi_search_dnp3_tcp(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { |