fixed the typo in byte_jump and host.c, Thanks to rmkml for pointing out

remotes/origin/master-1.0.x
Gurvinder Singh 15 years ago committed by Victor Julien
parent 0881be3b17
commit a8ca5719f6

@ -789,7 +789,7 @@ int DetectByteJumpTestPacket02 (void) {
if (p == NULL)
goto end;
char sig[] = "alert tcp any any -> any any (msg:\"byte_test with byte_test"
char sig[] = "alert tcp any any -> any any (msg:\"byte_jump with byte_jump"
" + relative\"; byte_jump:1,13; byte_jump:4,0,relative; "
"content:\"|48 00 00|\"; within:3; sid:144; rev:1;)";

@ -20,7 +20,7 @@
*
* \author Victor Julien <victor@inliniac.net>
*
* Information about hosts for ip repuation.
* Information about hosts for ip reputation.
*/
#include "suricata-common.h"

Loading…
Cancel
Save