diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-02 20:55:58 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-02 20:55:58 +0000 |
commit | 1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch) | |
tree | 888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-mgmt/bsd-airtools | |
parent | . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes:
svn path=/head/; revision=90063
svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-mgmt/bsd-airtools')
-rw-r--r-- | net-mgmt/bsd-airtools/Makefile | 45 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dstumbler::config.h | 12 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dstumbler::dstumbler.h | 11 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dstumbler::main.c | 50 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dstumbler::wistat.c | 38 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dweputils::dwepcrack::dstumbler.h | 11 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dweputils::dwepdump::dwepdump.c | 11 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-prism2ctl::prism2ctl.c | 11 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-prism2dump::fields_mgmt.c | 10 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/pkg-descr | 12 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/pkg-plist | 13 |
12 files changed, 0 insertions, 225 deletions
diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile deleted file mode 100644 index fecd41cc9060..000000000000 --- a/net-mgmt/bsd-airtools/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: bsd-airtools -# Date created: 2002/07/06 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bsd-airtools -PORTVERSION= 0.2 -CATEGORIES= net -MASTER_SITES= http://www.dachb0den.com/projects/bsd-airtools/ -DISTNAME= ${PORTNAME}-v${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= seanc@FreeBSD.org -COMMENT= BSD Wireless Scanning Tools - -CONF_AIRTOOLS= dstumbler -MAKE_AIRTOOLS= dweputils/dwepcrack dweputils/dwepdump \ - dweputils/dwepkeygen prism2ctl prism2dump -INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS} - -WRKSRC= ${WRKDIR}/${PORTNAME} - -.if !exists(/usr/include/dev/wi/if_wavelan_ieee.h) -BROKEN= You need to upgrade -.endif - -do-build: -.for TOOL in ${CONF_AIRTOOLS} - @cd ${WRKSRC}/${TOOL}; ${SH} ${CONFIGURE_SCRIPT}; ${MAKE} -.endfor -.for TOOL in ${MAKE_AIRTOOLS} - @cd ${WRKSRC}/${TOOL}; ${MAKE} -.endfor - -do-install: - ${MKDIR} ${DOCSDIR} -.for TOOL in ${INST_AIRTOOLS} - @cd ${WRKSRC}/${TOOL}; ${MAKE} ${INSTALL_TARGET} - ${INSTALL_DATA} ${WRKSRC}/${TOOL}/README \ - ${DOCSDIR}/README.`${BASENAME} ${TOOL}` -.endfor - -.include <bsd.port.mk> diff --git a/net-mgmt/bsd-airtools/distinfo b/net-mgmt/bsd-airtools/distinfo deleted file mode 100644 index 0568eab9cc80..000000000000 --- a/net-mgmt/bsd-airtools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bsd-airtools-v0.2.tgz) = f4e4378d4bb831e83650ae0c81039e18 diff --git a/net-mgmt/bsd-airtools/files/patch-dstumbler::config.h b/net-mgmt/bsd-airtools/files/patch-dstumbler::config.h deleted file mode 100644 index bb0c12ef7408..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-dstumbler::config.h +++ /dev/null @@ -1,12 +0,0 @@ ---- dstumbler/config.h.orig Tue Feb 26 03:01:31 2002 -+++ dstumbler/config.h Mon Jul 21 13:58:00 2003 -@@ -134,7 +134,9 @@ - { { 0x00, 0x04, 0x5a }, "Linksys" }, \ - { { 0x00, 0x04, 0x76 }, "3Com" }, \ - { { 0x00, 0x05, 0x5d }, "D-Link" }, \ -+ { { 0x00, 0x07, 0x55 }, "Cisco Aironet" }, \ - { { 0x00, 0x10, 0xe7 }, "BreezeNet" }, \ -+ { { 0x00, 0x0b, 0x5f }, "Cisco Aironet" }, \ - { { 0x00, 0x20, 0xd8 }, "NetWave-Bay" }, \ - { { 0x00, 0x30, 0x65 }, "Apple" }, \ - { { 0x00, 0x30, 0xab }, "Delta Networks" }, \ diff --git a/net-mgmt/bsd-airtools/files/patch-dstumbler::dstumbler.h b/net-mgmt/bsd-airtools/files/patch-dstumbler::dstumbler.h deleted file mode 100644 index 4ccb56f32ebc..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-dstumbler::dstumbler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dstumbler/dstumbler.h.orig Sat Jul 6 14:57:30 2002 -+++ dstumbler/dstumbler.h Sat Jul 6 14:57:48 2002 -@@ -47,7 +47,7 @@ - #include <net/if.h> - #include <sys/termios.h> - --#include <bat/common.h> -+#include <dev/wi/if_wavelan_ieee.h> - - #ifdef __OpenBSD__ - #include <curses.h> diff --git a/net-mgmt/bsd-airtools/files/patch-dstumbler::main.c b/net-mgmt/bsd-airtools/files/patch-dstumbler::main.c deleted file mode 100644 index abdeda1376e8..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-dstumbler::main.c +++ /dev/null @@ -1,50 +0,0 @@ ---- dstumbler/main.c.orig Tue Feb 26 01:16:07 2002 -+++ dstumbler/main.c Mon Jul 21 13:26:23 2003 -@@ -177,12 +177,24 @@ - /* - * start the input/output handling loop - */ --#define SETMONCHAN() \ -- if(monmode && chanlock && (apchange || apnew))\ -- {\ -- ch = aps[(aps_new && autosel) ? aps_new : aps_cur]->chan;\ -- setdebugchan(iface, ch);\ -+ -+static void __inline -+SETMONCHAN(const char *iface) -+{ -+ if (monmode && chanlock && (apchange || apnew)) -+ { -+ int apidx = (aps_new && autosel) ? aps_new : aps_cur; -+ /* -+ * Don't set the channel if no IBSS/ESSes have been -+ * discovered yet. -+ */ -+ if (aps[apidx] != NULL) { -+ ch = aps[apidx]->chan; -+ setdebugchan(iface, ch); -+ } - } -+} -+ - void - start_loop(const char *iface) - { -@@ -271,7 +283,7 @@ - */ - if(monmode && mon_next(iface) == -1) - { -- SETMONCHAN(); -+ SETMONCHAN(iface); - smart_redraw(); - continue; - } -@@ -279,7 +291,7 @@ - parse_ap(iface); - parse_node(iface); - -- SETMONCHAN(); -+ SETMONCHAN(iface); - smart_redraw(); - - apchange = apnew = 0; diff --git a/net-mgmt/bsd-airtools/files/patch-dstumbler::wistat.c b/net-mgmt/bsd-airtools/files/patch-dstumbler::wistat.c deleted file mode 100644 index 22be8692a365..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-dstumbler::wistat.c +++ /dev/null @@ -1,38 +0,0 @@ ---- dstumbler/wistat.c.orig Fri Jan 11 07:05:43 2002 -+++ dstumbler/wistat.c Mon Jul 21 13:27:51 2003 -@@ -468,17 +468,6 @@ - return; - } - -- if(scanmode) -- { -- setscanreq(iface); -- -- /* -- * some systems need the card to wait a bit before more config options are -- * set, otherwise it could lock up the system. -- */ -- usleep(POLLSPEED); -- } -- - /* first backup the current keys and encryption status */ - getcryptkeys(iface, &backup.keys); - getcrypt(iface, &backup.crypt); -@@ -503,6 +492,17 @@ - - /* set a null ssid for the default */ - setdefaultssid(iface, "\0"); -+ -+ if(scanmode) -+ { -+ setscanreq(iface); -+ -+ /* -+ * some systems need the card to wait a bit before more config options are -+ * set, otherwise it could lock up the system. -+ */ -+ usleep(POLLSPEED); -+ } - - backup.wi_started++; - } diff --git a/net-mgmt/bsd-airtools/files/patch-dweputils::dwepcrack::dstumbler.h b/net-mgmt/bsd-airtools/files/patch-dweputils::dwepcrack::dstumbler.h deleted file mode 100644 index 781e113a053f..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-dweputils::dwepcrack::dstumbler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dweputils/dwepcrack/dwepcrack.h.orig Sat Jul 6 15:21:15 2002 -+++ dweputils/dwepcrack/dwepcrack.h Sat Jul 6 15:21:32 2002 -@@ -38,7 +38,7 @@ - #include <sys/types.h> - #include <pcap.h> - --#include <bat/common.h> -+#include <dev/wi/if_wavelan_ieee.h> - - /* - * definitions diff --git a/net-mgmt/bsd-airtools/files/patch-dweputils::dwepdump::dwepdump.c b/net-mgmt/bsd-airtools/files/patch-dweputils::dwepdump::dwepdump.c deleted file mode 100644 index 6877d05c11d5..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-dweputils::dwepdump::dwepdump.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dweputils/dwepdump/dwepdump.c.orig Sat Jul 6 15:24:30 2002 -+++ dweputils/dwepdump/dwepdump.c Sat Jul 6 15:24:45 2002 -@@ -46,7 +46,7 @@ - #include <errno.h> - - #include <pcap.h> --#include <bat/common.h> -+#include <dev/wi/if_wavelan_ieee.h> - - /* - * definitions diff --git a/net-mgmt/bsd-airtools/files/patch-prism2ctl::prism2ctl.c b/net-mgmt/bsd-airtools/files/patch-prism2ctl::prism2ctl.c deleted file mode 100644 index 24a6b5f48cb1..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-prism2ctl::prism2ctl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- prism2ctl/prism2ctl.c.orig Sat Jul 6 15:27:53 2002 -+++ prism2ctl/prism2ctl.c Sat Jul 6 15:28:10 2002 -@@ -50,7 +50,7 @@ - #include <sys/time.h> - #include <net/if.h> - --#include <bat/common.h> -+#include <dev/wi/if_wavelan_ieee.h> - - #include <string.h> - #include <unistd.h> diff --git a/net-mgmt/bsd-airtools/files/patch-prism2dump::fields_mgmt.c b/net-mgmt/bsd-airtools/files/patch-prism2dump::fields_mgmt.c deleted file mode 100644 index 40c2d9fb94da..000000000000 --- a/net-mgmt/bsd-airtools/files/patch-prism2dump::fields_mgmt.c +++ /dev/null @@ -1,10 +0,0 @@ ---- prism2dump/fields_mgmt.c.orig Sat Jul 6 15:30:42 2002 -+++ prism2dump/fields_mgmt.c Sat Jul 6 15:30:54 2002 -@@ -37,6 +37,7 @@ - - #include <stdio.h> - #include <sys/types.h> -+#include <string.h> - - #include <pcap.h> - diff --git a/net-mgmt/bsd-airtools/pkg-descr b/net-mgmt/bsd-airtools/pkg-descr deleted file mode 100644 index 16ec2c547493..000000000000 --- a/net-mgmt/bsd-airtools/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -bsd-airtools is a package that provides a complete toolset for -wireless 802.11b auditing. Namely, it currently contains a bsd-based -wep cracking application, called dweputils. It also contains a curses -based ap detection application similar to netstumbler (dstumbler) that -can be used to detect wireless access points and connected nodes, view -signal to noise graphs, and interactively scroll through scanned ap's -and view statistics for each. It also includes a couple other tools to -provide a complete toolset for making use of all 14 of the prism2 -debug modes as well as do basic analysis of the hardware-based -link-layer protocols provided by prism2's monitor debug mode. - -WWW: http://www.dachb0den.com/projects/bsd-airtools.html diff --git a/net-mgmt/bsd-airtools/pkg-plist b/net-mgmt/bsd-airtools/pkg-plist deleted file mode 100644 index 259153606c68..000000000000 --- a/net-mgmt/bsd-airtools/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/dstumbler -bin/dwepcrack -bin/dwepdump -bin/dwepkeygen -bin/prism2ctl -bin/prism2dump -%%PORTDOCS%%share/doc/bsd-airtools/README.dstumbler -%%PORTDOCS%%share/doc/bsd-airtools/README.dwepcrack -%%PORTDOCS%%share/doc/bsd-airtools/README.dwepdump -%%PORTDOCS%%share/doc/bsd-airtools/README.dwepkeygen -%%PORTDOCS%%share/doc/bsd-airtools/README.prism2ctl -%%PORTDOCS%%share/doc/bsd-airtools/README.prism2dump -%%PORTDOCS%%@dirrm share/doc/bsd-airtools |