summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter
AgeCommit message (Collapse)AuthorFilesLines
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth1-1/+1
2003-01-23hostap monitor commandmax2-0/+8
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-05general code cleanup, wrote configfileparser, ...mjm5-2/+104
2003-01-05just wrote themmjm1-0/+17
2003-01-04revert "cleanup". extern C is necessary here [on linux] because of a collisionmickeyl2-0/+8
of net/bpf.h and pcap.h headers.
2002-12-31- catch with latest changes in libwellenreitermickeyl1-1/+1
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-31global definitions filemjm1-0/+31
2002-12-31smaller updates (sockaddr_in structures,...)mjm2-3/+30
added short info for wl_types.hh
2002-12-31wl_recv was more or less broken because of missing socket structure, fixed.mjm5-41/+45
general cleanup. GUI has to be updated in functions wl_setupsock and wl_recv
2002-12-28added memsetsmjm1-1/+4
2002-12-28securityfix for get_field, updated header filemjm2-9/+15
2002-12-28stupidity errormjm1-2/+2
2002-12-28cleanupmjm3-31/+23
2002-12-28cleanupmjm4-19/+19
2002-12-28catch up with new filenames and include paths.mickeyl1-3/+3
2002-12-27pre-versionmjm3-0/+57
2002-12-27cleanup, new protocol, renaming of some functions, GUI has to update!mjm12-152/+164
2002-12-16fixed some forgotten includes (again)mjm3-1/+5
2002-12-14code cleanup, possible bug in sniff.cc fixedmjm4-18/+11
2002-12-11Don't link libwellenreiter against Qt.mickeyl1-5/+1
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