On 12/14/11 09:44 AM, Rich Burridge wrote:
...
- do you know if anyone's tried getting a fix upstream?
I know of no such effort, but I'm happy to do that. Their project website
( http://www.packetfactory.net/libnet/ ) is giving my a glorious McAfee
"Could Not Connect To Server" error at the moment, so I'll just send
email to the author's email address in the libnet README file.
Googling around, it looks like the project has moved (again).
They now appear to be at:
http://packetfactory.openwall.net/projects/libnet/
I'll file a new bug to update the Makefile etc.
The latest stable version is still 1.1.2.1 but they have a beta
version (1.1.3). Downloading that, the
.../include/libnet/libnet-types.h now looks like:
...
#ifndef __LIBNET_TYPES_H
#define __LIBNET_TYPES_H
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
/* Solaris has messed up POSIX nomenclature for int types */
#if HAVE_SOLARIS
#include <inttypes.h>
#else
#include <stdint.h>
#endif
/*
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
typedef uint64_t u_int64_t;
*/
#endif /* __LIBNET_TYPES_H */
/* EOF */
so that suggests the problem has been addressed but
looking in .../doc/CHANGELOG, I don't see anything obvious
that addresses this.
I'll dig a little deeper.
Thanks.
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss