diff --git a/src/detect-uricontent.c b/src/detect-uricontent.c index 13080a5988..da655c4785 100644 --- a/src/detect-uricontent.c +++ b/src/detect-uricontent.c @@ -73,6 +73,7 @@ void DetectUricontentRegister (void) sigmatch_table[DETECT_URICONTENT].Free = DetectUricontentFree; sigmatch_table[DETECT_URICONTENT].RegisterTests = DetectUricontentRegisterTests; sigmatch_table[DETECT_URICONTENT].flags = (SIGMATCH_QUOTES_MANDATORY|SIGMATCH_HANDLE_NEGATION); + sigmatch_table[DETECT_URICONTENT].alternative = DETECT_HTTP_URI; g_http_uri_buffer_id = DetectBufferTypeRegister("http_uri"); }