[Snortsam-discussion] Building snortsam and parts on Solaris 10?
J Carvalho
diomar at rmws.net
Thu Oct 15 21:37:10 EDT 2009
On Oct 15, 2009, at 21:26:01:EDT, Frank Knobbe wrote:
> On Thu, 2009-10-15 at 12:36 -0400, J Carvalho wrote:
>
>> Yes, Wouter's suggestion does allow snortsam to compile.
>> I'm in the process of testing it now.
>>
>> That was the fix. I also needed uint8_t as well:
>>
>> /* We need u_int32_t and u_int16_t u_int8_t defined */
>> #ifdef SOLARIS
>> #ifndef _uint_defined
>> #include <stdint.h>
>> typedef uint32_t u_int32_t;
>> typedef uint16_t u_int16_t;
>> typedef uint8_t u_int8_t;
>> #define _uint_defined
>> #endif /* _uint_defined *
>
>
> Committed to CVS. (twofish.c and snortsam.h, just in case ...)
>
> I'm still working on some other optimizations in Snortsam. When
> committed, I'll roll a new tarball and update the web site.
>
>
> Thanks!
> Frank
>
>
> _______________________________________________
> Snortsam-discussion mailing list
> Snortsam-discussion at snortsam.net
> http://lists.snortsam.net/mailman/listinfo/snortsam-discussion
Thou art a Rockstar.
Snortsam is still running on sol10. Looking at ipfilter syntax and why
it's not behaving.
--joe
More information about the Snortsam-discussion
mailing list