@ -89,7 +89,7 @@ void DetectHttpUriRegister (void)
{
/* http_uri content modifier */
sigmatch_table [ DETECT_AL_HTTP_URI ] . name = " http_uri " ;
sigmatch_table [ DETECT_AL_HTTP_URI ] . desc = " c ontent modifier to match specifically and only on the HTTP uri-buffer" ;
sigmatch_table [ DETECT_AL_HTTP_URI ] . desc = " C ontent modifier to match specifically and only on the HTTP uri-buffer. " ;
sigmatch_table [ DETECT_AL_HTTP_URI ] . url = DOC_URL DOC_VERSION " /rules/http-keywords.html#http-uri-and-http-raw-uri " ;
sigmatch_table [ DETECT_AL_HTTP_URI ] . Setup = DetectHttpUriSetup ;
# ifdef UNITTESTS
@ -101,8 +101,8 @@ void DetectHttpUriRegister (void)
/* http.uri sticky buffer */
sigmatch_table [ DETECT_HTTP_URI ] . name = " http.uri " ;
sigmatch_table [ DETECT_HTTP_URI ] . alias = " http.uri.normalized " ;
sigmatch_table [ DETECT_HTTP_URI ] . desc = " s ticky buffer to match specifically and only on the normalized HTTP URI buffer" ;
sigmatch_table [ DETECT_HTTP_URI ] . url = DOC_URL DOC_VERSION " /rules/ tls-keywords.html#http -uri" ;
sigmatch_table [ DETECT_HTTP_URI ] . desc = " S ticky buffer to match specifically and only on the normalized HTTP URI buffer. " ;
sigmatch_table [ DETECT_HTTP_URI ] . url = DOC_URL DOC_VERSION " /rules/ http-keywords.html#http-uri-and-http-raw -uri" ;
sigmatch_table [ DETECT_HTTP_URI ] . Setup = DetectHttpUriSetupSticky ;
sigmatch_table [ DETECT_HTTP_URI ] . flags | = SIGMATCH_NOOPT | SIGMATCH_INFO_STICKY_BUFFER ;
@ -127,7 +127,7 @@ void DetectHttpUriRegister (void)
/* http_raw_uri content modifier */
sigmatch_table [ DETECT_AL_HTTP_RAW_URI ] . name = " http_raw_uri " ;
sigmatch_table [ DETECT_AL_HTTP_RAW_URI ] . desc = " content modifier to match on the raw HTTP uri " ;
sigmatch_table [ DETECT_AL_HTTP_RAW_URI ] . desc = " Content modifier to match on the raw HTTP uri. " ;
sigmatch_table [ DETECT_AL_HTTP_RAW_URI ] . url = DOC_URL DOC_VERSION " /rules/http-keywords.html#http_uri-and-http_raw-uri " ;
sigmatch_table [ DETECT_AL_HTTP_RAW_URI ] . Setup = DetectHttpRawUriSetup ;
sigmatch_table [ DETECT_AL_HTTP_RAW_URI ] . flags | = SIGMATCH_NOOPT | SIGMATCH_INFO_CONTENT_MODIFIER ;
@ -135,8 +135,8 @@ void DetectHttpUriRegister (void)
/* http.uri.raw sticky buffer */
sigmatch_table [ DETECT_HTTP_URI_RAW ] . name = " http.uri.raw " ;
sigmatch_table [ DETECT_HTTP_URI_RAW ] . desc = " s ticky buffer to match specifically and only on the raw HTTP URI buffer" ;
sigmatch_table [ DETECT_HTTP_URI_RAW ] . url = DOC_URL DOC_VERSION " /rules/ tls-keywords.html#http -uri" ;
sigmatch_table [ DETECT_HTTP_URI_RAW ] . desc = " S ticky buffer to match specifically and only on the raw HTTP URI buffer. " ;
sigmatch_table [ DETECT_HTTP_URI_RAW ] . url = DOC_URL DOC_VERSION " /rules/ http-keywords.html#http-uri-and-http-raw -uri" ;
sigmatch_table [ DETECT_HTTP_URI_RAW ] . Setup = DetectHttpRawUriSetupSticky ;
sigmatch_table [ DETECT_HTTP_URI_RAW ] . flags | = SIGMATCH_NOOPT | SIGMATCH_INFO_STICKY_BUFFER ;