summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8
authormjm <mjm>2002-12-27 16:58:31 (UTC)
committer mjm <mjm>2002-12-27 16:58:31 (UTC)
commit8b18617fb0c11a6a9febee429f546a76181b0935 (patch) (side-by-side diff)
treeaf23e2d3819397b09f5a1d2bb472b5b3f2ea1578 /noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8
parent66b657ed956fecdfeb82956b444d75b0c028a060 (diff)
downloadopie-8b18617fb0c11a6a9febee429f546a76181b0935.zip
opie-8b18617fb0c11a6a9febee429f546a76181b0935.tar.gz
opie-8b18617fb0c11a6a9febee429f546a76181b0935.tar.bz2
pre-version
Diffstat (limited to 'noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.821
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8 b/noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8
new file mode 100644
index 0000000..9a65223
--- a/dev/null
+++ b/noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8
@@ -0,0 +1,21 @@
+sniff.cc
+
+#include <wellenreiter/sniff.hh>
+
+void process_packets(const struct pcap_pkthdr *pkthdr,
+ const unsigned char *packet,
+ char *guihost,
+ int guiport)
+
+The function process_packets() will use libpcap to get the
+informations for a 802.11b packet. When it finds a valid
+network it calls the wl_send function and sends a found
+network packet to the guiport on the guihost.
+
+
+Return value
+
+none
+
+NOTE: process_packets() is void at the moment because there
+will be alot of non-critical and annoying errors.