|
|
|
@ -263,6 +263,7 @@ typedef struct DetectPort_ {
|
|
|
|
#define SIG_FLAG_INIT_NEED_FLUSH BIT_U32(7)
|
|
|
|
#define SIG_FLAG_INIT_NEED_FLUSH BIT_U32(7)
|
|
|
|
#define SIG_FLAG_INIT_PRIO_EXPLICT BIT_U32(8) /**< priority is explicitly set by the priority keyword */
|
|
|
|
#define SIG_FLAG_INIT_PRIO_EXPLICT BIT_U32(8) /**< priority is explicitly set by the priority keyword */
|
|
|
|
#define SIG_FLAG_INIT_FILEDATA BIT_U32(9) /**< signature has filedata keyword */
|
|
|
|
#define SIG_FLAG_INIT_FILEDATA BIT_U32(9) /**< signature has filedata keyword */
|
|
|
|
|
|
|
|
#define SIG_FLAG_INIT_DCERPC BIT_U32(10) /**< signature has DCERPC keyword */
|
|
|
|
|
|
|
|
|
|
|
|
/* signature mask flags */
|
|
|
|
/* signature mask flags */
|
|
|
|
/** \note: additions should be added to the rule analyzer as well */
|
|
|
|
/** \note: additions should be added to the rule analyzer as well */
|
|
|
|
|