head 1.4; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2; locks; strict; comment @# @; 1.4 date 2007.11.02.08.14.50; author rse; state dead; branches; next 1.3; commitid N7KXIZF73LBSxYDs; 1.3 date 2007.10.31.15.05.56; author rse; state Exp; branches; next 1.2; commitid jZ38sA2OCxkTSKDs; 1.2 date 2004.05.16.18.23.41; author rse; state dead; branches; next 1.1; 1.1 date 2004.05.16.10.47.17; author rse; state Exp; branches; next ; desc @@ 1.4 log @upgrading package: tcpreplay 3.2.2 -> 3.2.3 @ text @Index: src/common/sendpacket.c --- src/common/sendpacket.c.orig 2007-10-31 05:06:56 +0100 +++ src/common/sendpacket.c 2007-10-31 15:59:38 +0100 @@@@ -407,9 +407,11 @@@@ strlcpy(sp->device, device, sizeof(sp->device)); sp->handle.pcap = pcap; +#if defined(BIOCSHDRCMPLT) fd = pcap_get_selectable_fd(pcap); if (ioctl(fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) errx(1, "Unable to enable source MAC spoof support: %s", strerror(errno)); +#endif return sp; } @ 1.3 log @upgrading package: tcpreplay 3.2.1 -> 3.2.2 @ text @@ 1.2 log @upgrading package: tcpreplay 2.2.0 -> 2.2.1 @ text @d1 6 a6 6 Index: services.c --- services.c.orig 2004-05-16 00:07:42.000000000 +0200 +++ services.c 2004-05-16 12:44:00.000000000 +0200 @@@@ -30,6 +30,7 @@@@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ d8 8 a15 4 +#include #include #include "tcpreplay.h" #include "err.h" @ 1.1 log @upgrading package: tcpreplay 2.1.1 -> 2.2.0 @ text @@