summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-25 21:44:16 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-25 21:44:16 +0000
commitdcc70d617ca1a4d3e3824a3a64029f87768ff812 (patch)
treea3e9de0a66f1e2f4dd09ff0ca022d0254268f9ba /net-wireless
parentremove useless printfs (diff)
downloadgentoo-2-dcc70d617ca1a4d3e3824a3a64029f87768ff812.tar.gz
gentoo-2-dcc70d617ca1a4d3e3824a3a64029f87768ff812.tar.bz2
gentoo-2-dcc70d617ca1a4d3e3824a3a64029f87768ff812.zip
touchup patch directory
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/wepattack/files/0.1.3-filter-mac-address.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/wepattack/files/0.1.3-filter-mac-address.patch b/net-wireless/wepattack/files/0.1.3-filter-mac-address.patch
index 43188c858678..65347e558ecd 100644
--- a/net-wireless/wepattack/files/0.1.3-filter-mac-address.patch
+++ b/net-wireless/wepattack/files/0.1.3-filter-mac-address.patch
@@ -1,5 +1,5 @@
diff -U 3 -r /src/config.h src/config.h
---- /src/config.h 2002-10-24 15:16:34.000000000 +0200
+--- src/config.h 2002-10-24 15:16:34.000000000 +0200
+++ src/config.h 2004-04-07 00:39:51.000000000 +0200
@@ -37,7 +37,7 @@
#define WEPKEYSTORE (WEPKEYSIZE * WEPKEYS)
@@ -11,7 +11,7 @@ diff -U 3 -r /src/config.h src/config.h
#endif
diff -U 3 -r /src/log.c src/log.c
---- /src/log.c 2002-10-24 15:15:55.000000000 +0200
+--- src/log.c 2002-10-24 15:15:55.000000000 +0200
+++ src/log.c 2004-04-07 00:39:51.000000000 +0200
@@ -73,7 +73,7 @@
fprintf(fp, "Cracking started: %s", ctime(&start_time));
@@ -32,7 +32,7 @@ diff -U 3 -r /src/log.c src/log.c
}
list = list->next;
diff -U 3 -r /src/misc.c src/misc.c
---- /src/misc.c 2002-10-24 15:15:42.000000000 +0200
+--- src/misc.c 2002-10-24 15:15:42.000000000 +0200
+++ src/misc.c 2004-04-07 00:39:51.000000000 +0200
@@ -40,10 +40,11 @@
fprintf(stdout,"WEPATTACK by Dominik Blunk and Alain ");
@@ -48,7 +48,7 @@ diff -U 3 -r /src/misc.c src/misc.c
fprintf(stdout,"\t\tvalues: 64, 128, n64, n128\n");
fprintf(stdout,"-n network \tnetwork number to attack\n");
diff -U 3 -r /src/wepattack.c src/wepattack.c
---- /src/wepattack.c 2002-10-24 15:14:29.000000000 +0200
+--- src/wepattack.c 2002-10-24 15:14:29.000000000 +0200
+++ src/wepattack.c 2004-04-07 00:43:56.000000000 +0200
@@ -4,6 +4,8 @@
* Author: Alain Girardet/Dominik Blunk
@@ -169,7 +169,7 @@ diff -U 3 -r /src/wepattack.c src/wepattack.c
case 'f':
packet_file = optarg;
diff -U 3 -r /src/wepattack.h src/wepattack.h
---- /src/wepattack.h 2002-10-24 15:14:22.000000000 +0200
+--- src/wepattack.h 2002-10-24 15:14:22.000000000 +0200
+++ src/wepattack.h 2004-04-07 00:39:51.000000000 +0200
@@ -38,6 +38,7 @@
unsigned char iv[3];
@@ -180,7 +180,7 @@ diff -U 3 -r /src/wepattack.h src/wepattack.h
/*
diff -U 3 -r /src/wepfilter.c src/wepfilter.c
---- /src/wepfilter.c 2002-10-24 15:14:13.000000000 +0200
+--- src/wepfilter.c 2002-10-24 15:14:13.000000000 +0200
+++ src/wepfilter.c 2004-04-07 00:39:51.000000000 +0200
@@ -104,6 +103,7 @@
memcpy(&newframe->frame.key, data+limits.key, 1);