summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
AgeCommit message (Collapse)AuthorFilesLines
2003-01-26.. dont store generated files in cvs.kergoth2-28/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth6-6/+6
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23noncore/apps/opie-write/.cvsignorekergoth2-1/+3
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth3-3/+3
2003-01-23hostap monitor commandmax2-0/+8
2003-01-16i18n for new buildsystem :)kergoth6-0/+24
2003-01-08added instructions for building a standalone Wellenreiter (build for Qt3/X11)mickeyl1-2/+15
2003-01-05general code cleanup, wrote configfileparser, ...mjm5-2/+104
2003-01-05just wrote themmjm1-0/+17
2003-01-04include subdir contrib/orinoco_hopper in top-level project filemickeyl1-1/+1
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.
2003-01-04Try to gracefully shut down the card after sniffing... this is a temporarymickeyl2-12/+41
hack until the colleagues implement this in libwellenreiter...
2002-12-31- catch with latest changes in libwellenreitermickeyl10-33/+109
- 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-31updated to new library functions and changes.mjm2-6/+10
Now uses wl_types.hh from lib.
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-29added a manufacturer database classmickeyl7-5/+141
2002-12-28- refactored a number of classesmickeyl14-165/+403
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
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-28- catch up with new filenames and include paths.mickeyl4-110/+9
- remove Makefile.in (who added this??)
2002-12-28buffer too small, fixedmjm1-1/+1
2002-12-28cleanupmjm4-19/+19
2002-12-28catch up with new filenames and include paths.mickeyl2-4/+4
2002-12-27pre-versionmjm3-0/+57
2002-12-27upgraded to new libfunctionsmjm3-24/+23
2002-12-27cleanup, new protocol, renaming of some functions, GUI has to update!mjm12-152/+164
2002-12-18use system() to start daemon and hopper instead of Global::execute,mickeyl1-13/+23
which makes nothing but trouble for non-gui processes.
2002-12-16- updates to the config windowmickeyl4-30/+151
- GUI now starts channelhopper and sniffer using the command line interface
2002-12-16fix maximum argument length for sniffer devicemickeyl1-1/+1
2002-12-16foobarmjm3-8/+31
2002-12-16fixed some forgotten includes (again)mjm3-1/+5
2002-12-14code cleanup, possible bug in sniff.cc fixedmjm4-18/+11
2002-12-14- support compilation for Qt/X11mickeyl7-12/+119
2002-12-12Config Tab is shaping upmickeyl2-0/+53
2002-12-12Config Tab is shaping up.mickeyl4-215/+296
2002-12-11Just compiled and tested the first version actually running on arm-linux.mickeyl1-7/+56
This is pre-alpha work, but it is running - if you have an orinoco based card as interface wlan0. Ad-hoc mode is buggy yet, Config in progress... :)
2002-12-11Don't link libwellenreiter against Qt.mickeyl1-5/+1
2002-12-11When did this appear?mickeyl1-0/+0
2002-12-11- include wellenreiter.desktop in .pro-filemickeyl3-3/+3
- 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-11- Reduce g++ warnings.mickeyl2-7/+7
- Depend on libpcap
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-10Corrected dependencieskergoth1-1/+1
2002-12-10enable.mickeyl1-4/+4
2002-12-10towards an alpha versionmickeyl13-12/+605
2002-12-09ad-hoc fixmax1-1/+1
2002-12-09improved display logicmickeyl3-23/+65