summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter/source/cardmode.hh
AgeCommit message (Collapse)AuthorFilesLines
2002-12-27cleanup, new protocol, renaming of some functions, GUI has to update!mjm1-4/+0
2002-12-16fixed some forgotten includes (again)mjm1-1/+2
2002-12-14code cleanup, possible bug in sniff.cc fixedmjm1-2/+0
2002-12-11- include wellenreiter.desktop in .pro-filemickeyl1-1/+1
- daemon now uses CARD_TYPE defined in header file (was: hardcoded CARD_TYPE_NG) (BTW. - we really need argument parsing and the config stuff ASAP) - default CARD_TYPE now is CARD_TYPE_HOSTAP
2002-12-11fix for g++ complaining about different linking schemes:mickeyl1-1/+5
/usr/include/net/bpf.h:408: previous declaration of `u_int bpf_filter(bpf_insn*, u_char*, unsigned int, unsigned int)' with C++ linkage /usr/include/pcap.h:201: conflicts with new declaration with C linkage /usr/include/net/bpf.h:407: previous declaration of `int bpf_validate(bpf_insn*, int)' with C++ linkage /usr/include/pcap.h:202: conflicts with new declaration with C linkage
2002-11-28moved handlesettings for pcap temporary to daemon.ccmjm1-2/+1
2002-11-27added cardmode and sniffermjm1-0/+34