]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect-lua: fix DNP3 value
authorEric Leblond <eric@regit.org>
Sat, 20 Apr 2019 21:20:46 +0000 (23:20 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 23 Apr 2019 09:11:50 +0000 (11:11 +0200)
src/detect-lua.c

index eefc20078890dd2bb2de69ea057a08d06447239f..082773b23c863711baf709c9a696303f1a242a42 100644 (file)
@@ -172,7 +172,7 @@ static int InspectSmtpGeneric(ThreadVars *tv,
 #define DATATYPE_SSH                        (1<<19)
 #define DATATYPE_SMTP                       (1<<20)
 
-#define DATATYPE_DNP3                       (1<<20)
+#define DATATYPE_DNP3                       (1<<21)
 
 #if 0
 /** \brief dump stack from lua state to screen */