[Snortsam-discussion] Building snortsam and parts on Solaris 10?
Frank Knobbe
frank at snortsam.net
Thu Oct 15 21:26:01 EDT 2009
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
More information about the Snortsam-discussion
mailing list