From 2df7c2d998c4b15dba8cefea096cce248b774703 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 11 Nov 2002 15:58:46 +0000 Subject: *** empty log message *** --- diff --git a/noncore/net/wellenreiter/daemon/source/sniffer.c b/noncore/net/wellenreiter/daemon/source/sniffer.c index 6f40503..31a5d13 100644 --- a/noncore/net/wellenreiter/daemon/source/sniffer.c +++ b/noncore/net/wellenreiter/daemon/source/sniffer.c @@ -6,10 +6,7 @@ Btw. did i mention that i hate C? To compile use: - gcc wlan-sniffer.c -o wlan-sniffer -lpcap - - use it like this: - wlan-sniffer interface + gcc sniffer.c -o wlan-sniffer -lpcap */ #include "sniffer.h" @@ -215,7 +212,7 @@ void process_packets(u_char *useless,const struct pcap_pkthdr* pkthdr,const u_ch return; } - /* Decoding successfull of beacon frame */ + /* Here should be the infos to the gui issued */ if (pinfoptr->cap_ESS == 1 &&pinfoptr->cap_IBSS ==0) { printf ("\nHave found an accesspoint:"); -- cgit v0.9.0.2