summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter
AgeCommit message (Collapse)AuthorFilesLines
2003-02-16Fixed hostap driver < wireless extension 14max1-1/+1
2003-02-15- add manufacturers.dat to ipkmickeyl1-1/+1
- remove orinoco_hopper from ipk - add -DDEBUG for lib and daemon compilation
2003-02-13Wireless extension < 14max1-2/+30
2003-02-12add a comment explaining the #ifmickeyl1-2/+3
2003-02-12Did I say 14 or 15?mickeyl1-1/+1
2003-02-12fix compilation on systems with wireless extensions < V15mickeyl1-2/+7
2003-02-12fix const charmax1-4/+4
2003-02-12new compiler flagsmjm1-0/+3
2003-02-12All card monitor and switchingmax2-16/+167
2003-02-11Wlan-ng chanswitchmax1-14/+4
2003-02-09fd closemax2-6/+13
2003-02-09Channelswitchmax2-31/+52
2003-02-09added wl_cardtype_t structuremjm1-1/+6
2003-02-08libwellenreiter now needs to link against libpcapmickeyl1-1/+1
2003-02-07Chanswitchmax1-2/+7
2003-02-07Monitor commands and set_card_channelmax2-3/+48
2003-02-07Bugfix memsetmax1-2/+1
2003-02-07*** empty log message ***max2-1/+1
2003-02-07Flags and datalinkmax2-56/+68
2003-02-01cisco statusmax1-0/+1
2003-01-31promiscous flagmax2-7/+62
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