blob: 9dbf14bbba06175f806da3de4d44f32beb7200d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -purN aircrack-ptw-1.0.0/aircrack-ptw.c aircrack-ptw-1.0.0_patch/aircrack-ptw.c
--- aircrack-ptw-1.0.0/aircrack-ptw.c 2007-04-03 08:50:42.000000000 -0400
+++ aircrack-ptw-1.0.0_patch/aircrack-ptw.c 2007-04-07 16:50:38.000000000 -0400
@@ -6,7 +6,7 @@
#include "aircrack-ptw-lib.h"
-#define KEYLIMIT (1000000)
+#define KEYLIMIT (10000)
#define BSSIDLEN (6)
typedef struct {
|