summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-25 21:42:39 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-25 21:42:39 +0000
commit6eb21a411b36a97a625c5495a29e57ce9bf26f15 (patch)
tree72b8bba0c16f2c58e7e2c77fd476b150dfed53c8 /net-wireless
parentfixing Manifest (diff)
downloadhistorical-6eb21a411b36a97a625c5495a29e57ce9bf26f15.tar.gz
historical-6eb21a411b36a97a625c5495a29e57ce9bf26f15.tar.bz2
historical-6eb21a411b36a97a625c5495a29e57ce9bf26f15.zip
remove useless printfs
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/wepattack/files/0.1.3-filter-mac-address.patch7
1 files changed, 1 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 0dfdf316701d..43188c858678 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
@@ -151,7 +151,7 @@ diff -U 3 -r /src/wepattack.c src/wepattack.c
network = 0;
// if only one should be attacked, remove the others from the list
-@@ -220,14 +272,20 @@
+@@ -220,11 +272,15 @@
// process command line options
// program will terminate, if invalid options are passed
@@ -164,15 +164,10 @@ diff -U 3 -r /src/wepattack.c src/wepattack.c
+ case 'b':
+ BSSID = optarg;
+ is_bssid_set = 1;
-+ printf("BSSID: %s\n", BSSID);
+ break;
// arg for packet file to read from
case 'f':
packet_file = optarg;
-+ printf("FILE: %s\n", optarg);
- pf = fopen(packet_file,"r");
- if (!pf) {
- printf("Dumpfile error: No such file or directory!\n\n");
diff -U 3 -r /src/wepattack.h src/wepattack.h
--- /src/wepattack.h 2002-10-24 15:14:22.000000000 +0200
+++ src/wepattack.h 2004-04-07 00:39:51.000000000 +0200