Basic implementation of skipAfter (still need to implement placeholders so it works with removed rules). See #258.

This commit is contained in:
brectanus
2007-10-17 19:59:28 +00:00
parent 974298a76c
commit 9d49adf028
4 changed files with 71 additions and 0 deletions

View File

@@ -235,6 +235,7 @@ struct msre_actionset {
/* Flow */
int is_chained;
int skip_count;
const char *skip_after;
/* Disruptive */
int intercept_action;