]> git.ipfire.org Git - thirdparty/suricata.git/commit
rule parser: set flag for optionless keywords 1128/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 11:39:37 +0000 (13:39 +0200)
commit02529b13a8cb7cc5b33669e010f65b1f3216eb39
tree70427778277dedbb0668f482f751495d3c278b16
parent690a85698f06a24135d5ea14408e73c958fad795
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