Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Snort-Users
[Top] [All Lists]

Re: [Snort-users] Errors building snort-inlne 2.8.2.1 with clamv preproc

Subject: Re: [Snort-users] Errors building snort-inlne 2.8.2.1 with clamv preprocessor
Date: Thu, 10 Jul 2008 17:17:19 +0100
carlopmart <carlopmart@gmail.com> wrote:

 I am trying to install snort-inline 2.8.2.1 from
https://snort-inline.svn.sourceforge.net/svnroot/snort-inline site and
when I
try to compile returns me this error:
...
../../../src/preprocessors/spp_clamav.c:545: error: 'struct cl_limits'
has no
member named 'maxratio'

Which version of ClamAV do you have installed?

I note that the SVN version of snort-inline no longer has a reference to 
maxratio,
presumably because ClamAV no longer uses maxratio. I can't remember when ClamAV 
dropped
it, but it's not in either 0.93.x or SVN.

I guess this will be fixed in the next release of snort-inline because the SVN 
version
of snort-inline has this code (note that maxratio has been commented out).

  /* set the limits */
  memset(&clam_limits, 0, sizeof(clam_limits));
  /* maximal number of files in archive */;
  clam_limits.maxfiles = 1000;
  /* maximal archived file size */
  clam_limits.maxfilesize = 10 * 1048576; /* 10 MB */
  /* maximal recursion level */
  clam_limits.maxreclevel = 5;
  /* maximal compression ratio */
  /* clam_limits.maxratio = 200;*/
  /* disable memory limit for bzip2 scanner */
  clam_limits.archivememlim = 0;

-Nigel

--
Nigel Horne, nigel.horne@sourcefire.com
Director of Product Management (ClamAV), Sourcefire, http://www.sourcefire.com
+44 1226 241048 or +1 706 705 4022 FAX: +44 870 705 9334, Skype: nigelhorne
Come to Las Vegas to see the latest in Sourcefire and open source innovation.
Register at www.bossconference.com by September 30th to save $200!

Attachment: njh.vcf
Description: Vcard

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
<Prev in Thread] Current Thread [Next in Thread>