Skip to content

Commit d3a11d9

Browse files
committed
detect/icode: mark as supported for firewall mode
Ticket: OISF#8398.
1 parent 841f2b2 commit d3a11d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/detect-icode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ void DetectICodeRegister (void)
7070
#endif
7171
sigmatch_table[DETECT_ICODE].SupportsPrefilter = PrefilterICodeIsPrefilterable;
7272
sigmatch_table[DETECT_ICODE].SetupPrefilter = PrefilterSetupICode;
73+
sigmatch_table[DETECT_ICODE].flags = SIGMATCH_SUPPORT_FIREWALL;
7374
}
7475

7576
/**

0 commit comments

Comments
 (0)