openbsd-ports/security/aircrack-ng/patches/patch-src_osdep_Makefile
kili 00090a234c aircrack is an 802.11 WEP and WPA-PSK keys cracking program that
can recover keys once enough data packets have been captured.

  It implements the standard FMS attack along with some optimizations
  like KoreK attacks, thus making the attack much faster compared to
  other WEP cracking tools. In fact, aircrack is a set of tools for
  auditing wireless networks.

From Benoit Lecocq.

Note: aireplay-ng can cause kernel panics (as reported by David
Coppa), so this isn't yet connected to the build. But having it in
the tree may get some more people testing driver patches.

prodded by and ok fgsch@
"sounds like a plan" ckuethe@
2009-05-06 20:39:29 +00:00

13 lines
529 B
Plaintext

$OpenBSD: patch-src_osdep_Makefile,v 1.1.1.1 2009/05/06 20:39:29 kili Exp $
--- src/osdep/Makefile.orig Thu Mar 26 22:01:02 2009
+++ src/osdep/Makefile Wed Apr 15 18:46:31 2009
@@ -10,7 +10,7 @@ OBJS = osdep.o $(OBJS_NET)
#AIRPCAP_DIR = airpcap
OBJS_APCAP = airpcap.o
-OBJS_OBSD = $(OBJS) openbsd.o openbsd_tap.o
+OBJS_OBSD = $(OBJS) openbsd.o openbsd_tap.o common.o
OBJS_NBSD = $(OBJS) netbsd.o netbsd_tap.o
OBJS_FBSD = $(OBJS) freebsd.o freebsd_tap.o
OBJS_LINUX = $(OBJS) linux.o linux_tap.o radiotap-parser.o common.o