From a8ca5719f65dd6658dbc5628e61110ea2f9bc47e Mon Sep 17 00:00:00 2001 From: Gurvinder Singh Date: Wed, 26 May 2010 07:42:49 +0200 Subject: [PATCH] fixed the typo in byte_jump and host.c, Thanks to rmkml for pointing out --- src/detect-bytejump.c | 2 +- src/host.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect-bytejump.c b/src/detect-bytejump.c index c066dfae73..ecd0378bda 100644 --- a/src/detect-bytejump.c +++ b/src/detect-bytejump.c @@ -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;)"; diff --git a/src/host.c b/src/host.c index 3e04f01626..e7a87fdb2c 100644 --- a/src/host.c +++ b/src/host.c @@ -20,7 +20,7 @@ * * \author Victor Julien * - * Information about hosts for ip repuation. + * Information about hosts for ip reputation. */ #include "suricata-common.h"