summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter
AgeCommit message (Collapse)AuthorFilesLines
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:mickeyl2-2/+10
/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-12-10towards an alpha versionmickeyl1-1/+2
2002-12-09ad-hoc fixmax1-1/+1
2002-12-09small fixes.mickeyl1-0/+1
2002-12-09Wellenreiter is now fully integrated into the Opie build environment.mickeyl3-4/+10
If you want to play with what we have yet, be sure to add the following to the makefile: * noncore/net/wellenreiter/libwellenreiter * noncore/net/wellenreiter/daemon * noncore/net/wellenreiter/gui Don't add the toplevel noncore/net/wellenreiter, because the Makefile in there is handcrafted.
2002-12-08- new networks finally show up in the GUImickeyl1-0/+15
- using OTabWidget instead of QTabWidget - bugfixes - preparing to fully integrate libwellenreiter and the daemon into our buildsystem
2002-12-08macaddress-fixmax1-4/+19
2002-12-04more debugging info for our debugging session...mickeyl1-2/+7
2002-12-04more debugmjm1-2/+8
2002-12-04implemented send_to_guimjm2-20/+31
2002-11-28moved handlesettings for pcap temporary to daemon.ccmjm2-31/+4
2002-11-27typemjm1-1/+1
2002-11-27fixed problem with system() return valuemjm1-1/+7
2002-11-27added cardmode and sniffermjm7-1/+808
2002-11-27added recvcomm and return valuesmjm1-3/+12
2002-11-27wrote protocol, at least some kind ofmjm2-0/+132
2002-11-27new funection recvcomm for receiving commands, cleanup,...mjm2-4/+25
2002-11-25gui opens socket and checks messages from daemon.mickeyl1-1/+1
2002-11-24added proto definitionsmjm1-1/+45
2002-11-24added protocol for gui communication, at least some kind of (quick and dirty ↵mjm1-1/+1
hack)
2002-11-22ripped stuff from daemon and generalized it for libary usagemjm6-0/+209