[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-list] Re: Snort Full Issue
- To: ossec-list <ossec-list@xxxxxxxxxxxxxxxx>
- Subject: [ossec-list] Re: Snort Full Issue
- From: "Zachary Roetemeyer" <zprime@xxxxxxxxx>
- Date: Wed, 12 Sep 2007 12:37:55 -0500
- Authentication-results: mx.google.com; spf=pass (google.com: domain of zprime@xxxxxxxxx designates 64.233.182.185 as permitted sender) smtp.mail=zprime@xxxxxxxxx; dkim=pass (test mode) header.i=@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rW3iwqJ1DVbmzy0xhE1NKOaC5xwYSDvnva56VzKH6Ns=; b=ndshvtsi1BwcJ/uQ/jlVc6DWYf6p8MLSmCipqck3EWjIzRRdkHljKLKAuvp8BA2o70K7+y7FNqwfAdkX4x/6PEMMy+ThMFZipj5NZAAW2EL0ugxPrf/23p5vQbpyDpJgEG8M8j1izkySRe/CnoiIZele9ldsMbg4tGww6bXFjfQ=
I changed line 74 in /ossec-hids-1.3/src/logcollector/read_snortfull.c
to correct this, I'm not sure it's the best solution to the issue but
it fixed my problem and so far hasn't introduced any new issues.
to:
else if(((str[2] == '/')&&(str[5] == '-')&&(q = strchr(str,' '))) ||
(str[0] == '['))
--
Zac Roetemeyer
zprime@xxxxxxxxx
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.