We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841f2b2 commit d3a11d9Copy full SHA for d3a11d9
1 file changed
src/detect-icode.c
@@ -70,6 +70,7 @@ void DetectICodeRegister (void)
70
#endif
71
sigmatch_table[DETECT_ICODE].SupportsPrefilter = PrefilterICodeIsPrefilterable;
72
sigmatch_table[DETECT_ICODE].SetupPrefilter = PrefilterSetupICode;
73
+ sigmatch_table[DETECT_ICODE].flags = SIGMATCH_SUPPORT_FIREWALL;
74
}
75
76
/**
0 commit comments