From: Eric Leblond Date: Sat, 20 Apr 2019 21:20:46 +0000 (+0200) Subject: detect-lua: fix DNP3 value X-Git-Tag: suricata-5.0.0-beta1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a11dd3ed29392a10a3ab30a6c6d53ca6cb78a3;p=thirdparty%2Fsuricata.git detect-lua: fix DNP3 value --- diff --git a/src/detect-lua.c b/src/detect-lua.c index eefc200788..082773b23c 100644 --- a/src/detect-lua.c +++ b/src/detect-lua.c @@ -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 */