]> git.ipfire.org Git - thirdparty/suricata.git/commit
rule parser: set flag for optionless keywords 1129/head
authorVictor Julien <victor@inliniac.net>
Fri, 19 Sep 2014 11:39:37 +0000 (13:39 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Sep 2014 12:14:07 +0000 (14:14 +0200)
commit5279c2472d49fd6eb21a78a65552e9925e03826f
treed2fb5d8d13b1146727b8b4dcb7d51e8f22f0931a
parenta065c8d94c3195fd69c6c0a72633436da2d72693
rule parser: set flag for optionless keywords

If a keyword doesn't have an argument, it should set the SIGMATCH_NOOPT
flag so the parser knows.
21 files changed:
src/detect-dce-stub-data.c
src/detect-dns-query.c
src/detect-fast-pattern.c
src/detect-file-data.c
src/detect-filestore.c
src/detect-ftpbounce.c
src/detect-http-client-body.c
src/detect-http-cookie.c
src/detect-http-header.c
src/detect-http-hh.c
src/detect-http-hrh.c
src/detect-http-method.c
src/detect-http-raw-header.c
src/detect-http-raw-uri.c
src/detect-http-server-body.c
src/detect-http-stat-code.c
src/detect-http-stat-msg.c
src/detect-http-ua.c
src/detect-http-uri.c
src/detect-pkt-data.c
src/detect-sameip.c