head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2.2.2 OPENPKG_E1_FP:1.2.2.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.2.2.2 OPENPKG_2_STABLE:1.2.0.2 OPENPKG_CW_FP:1.2; locks; strict; comment @# @; 1.2 date 2005.01.24.14.53.18; author rse; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2004.05.03.18.26.41; author rse; state Exp; branches; next ; 1.2.2.1 date 2005.01.24.14.53.18; author rse; state dead; branches; next 1.2.2.2; commitid iZxwRSmmWscPXUQr; 1.2.2.2 date 2006.10.16.14.51.02; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.2 log @port to AMD64 @ text @Index: bytesex.h --- bytesex.h.orig 2003-07-28 11:00:55 +0200 +++ bytesex.h 2005-01-24 15:52:19 +0100 @@@@ -8,6 +8,7 @@@@ #define ARS_BYTESEX_H #if defined(__i386__) \ + || defined(__amd64__) \ || defined(__alpha__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN Index: libpcap_stuff.c --- libpcap_stuff.c.orig 2002-12-13 15:07:07 +0100 +++ libpcap_stuff.c 2005-01-24 15:51:48 +0100 @@@@ -17,7 +17,7 @@@@ #include #include #include -#include +#include #include "globals.h" @@@@ -35,7 +35,7 @@@@ printf("[open_pcap] pcap_open_live: %s\n", errbuf); return -1; } -#if (!defined OSTYPE_LINUX) && (!defined __sun__) +#if 0 /* Return the packets to userspace as fast as possible */ if (ioctl(pcap_fileno(pcapfp), BIOCIMMEDIATE, &on) == -1) perror("[open_pcap] ioctl(... BIOCIMMEDIATE ...)"); @ 1.2.2.1 log @file hping.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:51:02 +0000 @ text @d1 32 @ 1.2.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 32 Index: bytesex.h --- bytesex.h.orig 2003-07-28 11:00:55 +0200 +++ bytesex.h 2005-01-24 15:52:19 +0100 @@@@ -8,6 +8,7 @@@@ #define ARS_BYTESEX_H #if defined(__i386__) \ + || defined(__amd64__) \ || defined(__alpha__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN Index: libpcap_stuff.c --- libpcap_stuff.c.orig 2002-12-13 15:07:07 +0100 +++ libpcap_stuff.c 2005-01-24 15:51:48 +0100 @@@@ -17,7 +17,7 @@@@ #include #include #include -#include +#include #include "globals.h" @@@@ -35,7 +35,7 @@@@ printf("[open_pcap] pcap_open_live: %s\n", errbuf); return -1; } -#if (!defined OSTYPE_LINUX) && (!defined __sun__) +#if 0 /* Return the packets to userspace as fast as possible */ if (ioctl(pcap_fileno(pcapfp), BIOCIMMEDIATE, &on) == -1) perror("[open_pcap] ioctl(... BIOCIMMEDIATE ...)"); @ 1.1 log @update to new version; fix substitution option; install without suffix @ text @d1 11 d13 2 a14 2 --- libpcap_stuff.c.orig 2002-12-13 15:07:07.000000000 +0100 +++ libpcap_stuff.c 2004-05-03 20:14:42.000000000 +0200 @