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/s7comm.c | |
parent | 540326f3ffcc3126a1db3811464046ac7e061157 (diff) | |
parent | 030f3f3d48184133a6647108c156787fb3f39b58 (diff) |
Merge pull request #932 from IvanNardi/log
Log
Diffstat (limited to 'src/lib/protocols/s7comm.c')
-rw-r--r-- | src/lib/protocols/s7comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/s7comm.c b/src/lib/protocols/s7comm.c index 7d2b92642..ec32c106e 100644 --- a/src/lib/protocols/s7comm.c +++ b/src/lib/protocols/s7comm.c @@ -21,8 +21,8 @@ *
*/
#include "ndpi_protocol_ids.h"
-#include "ndpi_api.h"
#define NDPI_CURRENT_PROTO NDPI_PROTOCOL_S7COMM
+#include "ndpi_api.h"
void ndpi_search_s7comm_tcp(struct ndpi_detection_module_struct *ndpi_struct,
struct ndpi_flow_struct *flow) {
|