Snort mailing list archives

Re: Snort dies after a few days.


From: ___cliff rayman___ <cliff () genwax com>
Date: Mon, 25 Mar 2002 14:23:11 -0800

but the version not in the conditional is for unsigned integers.
i believe you will have other problems if you simply comment
this out.  at the very least, the below is a more correct fix,
although, i still could not get it to work properly.  i had to
do for snort 1.8.3:
aclocal
automake

then continue w/configure


Bill McCarty wrote:

# ifndef __int8_t_defined
#  define __int8_t_defined
__intN_t (8, __QI__);
__intN_t (16, __HI__);
__intN_t (32, __SI__);
__intN_t (64, __DI__);
# endif


#ifndef __u_int8_t_defined
#  define __u_int8_t_defined


__u_intN_t (8, __QI__);
__u_intN_t (16, __HI__);
__u_intN_t (32, __SI__);
__u_intN_t (64, __DI__);

# endif


--
___cliff rayman___cliff@genwax.com___http://www.genwax.com/



_______________________________________________
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


Current thread: