detect-lua: fix DNP3 value

pull/3815/head
Eric Leblond 6 years ago committed by Victor Julien
parent 600f2ab391
commit 62a11dd3ed

@ -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 */

Loading…
Cancel
Save