Commit Graph

9499 Commits (9bf6f7d5a94e91ef77ef6fbc5714f59a39054571)
 

Author SHA1 Message Date
Jason Ish 9bf6f7d5a9 rust/dns: add dns to dns alerts 7 years ago
Fabrice Fontaine d01ce2e58e configure.ac: fix --{disable,enable}-xxx options
Currently, if the user provides --enable-libmagic or
--disable-libmagic, libmagic will be disabled because $enableval is not
used to know if the user provided --enable or --disable

Most of the options have this issue so fix them all by using $enableval

Fixes:
 - https://redmine.openinfosecfoundation.org/issues/2797

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
7 years ago
Victor Julien e710b06669 detect: add file.name sticky buffer 7 years ago
Victor Julien ca8471387a detect: add http.response_body sticky buffer
As a mirror of the http_server_body content modifier.
7 years ago
Victor Julien 998f32f88c detect/tls: consolidate validity code 7 years ago
Victor Julien ccdafe6697 detect/http-server-body: move tests to tests/ 7 years ago
Victor Julien 2221dd9403 detect: add http.request_body sticky buffer
Sticky buffer version of the http_client_body content modifier.
7 years ago
Victor Julien 64987f36fb detect/file-data: move tests into tests/ 7 years ago
Victor Julien 2fa8066f3a detect/file-data: consolidate matching code 7 years ago
Victor Julien 9a8092249e detect/http-client-body: move tests into tests/ 7 years ago
Victor Julien 477e46da78 detect/http-client-body: convert to inspect api v2 7 years ago
Victor Julien ce677abdf0 detect/file-data: minor cleanups 7 years ago
Victor Julien c0767ece9b detect/file-data: minor cleanups and clarifications 7 years ago
Victor Julien 58aa9dca65 detect/http-server-body: code cleanup and test cleanups 7 years ago
Victor Julien 3413757027 detect/http-client-body: code cleanups and test cleanups 7 years ago
Victor Julien 645acb1089 detect: add http.header.raw sticky buffer keyword
Add parsing tests as well.
7 years ago
Victor Julien 76fd666cad detect/http_raw_header: move tests into tests/ 7 years ago
Victor Julien 25f974eb29 detect/http_raw_header: use inspect v2 api 7 years ago
Victor Julien c298412947 detect/http_raw_header: minor code cleanups 7 years ago
Victor Julien 85697671b8 detect: add http.header sticky buffer keyword 7 years ago
Victor Julien 31444cd088 detect/http_header: convert parsing tests to use helper 7 years ago
Victor Julien b9bcd4e115 detect/http_header: move tests into tests/ 7 years ago
Victor Julien 5e951a8b06 detect/http_header: inspect v2 api 7 years ago
Victor Julien 74b06b56f2 detect/http_header: test cleanups 7 years ago
Victor Julien 2a61ee13e1 detect/http_header: remove unused func args 7 years ago
Victor Julien dac182741b detect: add http.cookie sticky buffer keyword 7 years ago
Victor Julien ab027cb481 detect/http_cookie: move tests into tests/ 7 years ago
Victor Julien 988cc8468e detect/http_cookie: switch to inspect v2 api 7 years ago
Victor Julien 0aab3ac336 detect/http_cookie: minor cleanups 7 years ago
Victor Julien e222017a29 detect/http_user_agent: set alternative and info flags 7 years ago
Victor Julien b8a0a0d6ea detect: add http.stat_code sticky buffer keyword 7 years ago
Victor Julien 2f342da048 detect/http_stat_code: move tests into tests/ 7 years ago
Victor Julien 382fa2e81d detect/http_stat_code: use inspect v2 api 7 years ago
Victor Julien db7d7b2401 detect/http_stat_code: minor code cleanups 7 years ago
Victor Julien 59c3c748c9 detect: add http.stat_msg sticky buffer keyword 7 years ago
Victor Julien 5dfba01b2e detect/http_stat_msg: move tests to tests/ 7 years ago
Victor Julien 9b9cf2cc5f detect/http_stat_msg: switch to inspect v2 7 years ago
Victor Julien 880724d2ee detect/http_stat_msg: minor code cleanups 7 years ago
Victor Julien e9d43254c8 detect: add http.host.raw sticky buffer 7 years ago
Victor Julien b469938998 detect/http_raw_host: move raw into regular host logic 7 years ago
Victor Julien dc43f35427 detect/http_host: move tests into tests/ 7 years ago
Victor Julien 2c57037611 detect/http_raw_host: use inspect v2 api 7 years ago
Victor Julien 8c8a3473c9 detect/http_raw_host: minor cleanups 7 years ago
Victor Julien e9fcb9d5ef detect/http_method: add http.method sticky buffer 7 years ago
Victor Julien cb332b4cda detect/http_method: move all tests into tests/ 7 years ago
Victor Julien d00732175a detect/http_method: use inspect v2 api 7 years ago
Victor Julien 5fbee04306 detect/http_method: minor cleanups 7 years ago
Victor Julien 4e50df0f55 detect/http: add http.uri.raw sticky buffer keyword 7 years ago
Victor Julien 0a405e27a0 detect/http_raw_uri: code reorganization
Move registration into http_uri logic, move tests into the other uri
tests. Switch to v2 mpm/inspect APIs.
7 years ago
Victor Julien e29f13502b detect/http_raw_uri: small cleanups 7 years ago