@ -2943,6 +2970,16 @@ static int SigTest73TestNegatedContent(void)
returnSigTestNegativeTestContent("alert tcp any any -> any any (msg:\"HTTP URI cap\"; content:one; depth:5; content:!twentythree; depth:35; sid:1;)",(uint8_t*)"one four nine fourteen twentythree thirtyfive fourtysix fiftysix");
}
staticintSigTest74TestNegatedContent(void)
{
returnSigTestPositiveTestContent("alert tcp any any -> any any (msg:\"HTTP URI cap\"; content:\"USER\"; content:!\"PASS\"; sid:1;)",(uint8_t*)"USER apple");
}
staticintSigTest75TestNegatedContent(void)
{
returnSigTestPositiveTestContent("alert tcp any any -> any any (msg:\"HTTP URI cap\"; content:\"USER\"; content:\"!PASS\"; sid:1;)",(uint8_t*)"USER apple");