summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter/docs/wl_sniff.8
Unidiff
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 @@
1sniff.cc
2
3#include <wellenreiter/sniff.hh>
4
5void process_packets(const struct pcap_pkthdr *pkthdr,
6 const unsigned char *packet,
7 char *guihost,
8 int guiport)
9
10The function process_packets() will use libpcap to get the
11informations for a 802.11b packet. When it finds a valid
12network it calls the wl_send function and sends a found
13network packet to the guiport on the guihost.
14
15
16Return value
17
18none
19
20NOTE: process_packets() is void at the moment because there
21will be alot of non-critical and annoying errors.