diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:42:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:42:39 +0000 |
commit | 295cfa59fa57db94f445b622e239e025c661f33c (patch) | |
tree | 1eafa6e13da10117952f86017548a6fd5e16f84d /net-wireless/wepattack | |
parent | Add die following econf for bug 48950 (diff) | |
download | gentoo-2-295cfa59fa57db94f445b622e239e025c661f33c.tar.gz gentoo-2-295cfa59fa57db94f445b622e239e025c661f33c.tar.bz2 gentoo-2-295cfa59fa57db94f445b622e239e025c661f33c.zip |
remove useless printfs
Diffstat (limited to 'net-wireless/wepattack')
-rw-r--r-- | net-wireless/wepattack/files/0.1.3-filter-mac-address.patch | 7 |
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 |