summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
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-17Caption Fixbenmeyer4-7/+26
2002-12-16- updates to the config windowmickeyl4-30/+151
- GUI now starts channelhopper and sniffer using the command line interface
2002-12-16Remove the lease time requst. Wasn't realy needed and was uneccessarybenmeyer3-90/+13
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-16Changed the order of the advanced ui to make more sensebenmeyer2-69/+69
2002-12-16Fixed icon bug, removed some extra uneeded code, fixed WEP config bugbenmeyer3-13/+9
2002-12-15moved changedns to /usr/bin (so ifup/down actually find it), and rewrote itsandman1-1/+1
(runs with busybox now and doesn't write to temporary files in the current directory, which could be anywhere)
2002-12-14addLanguage rulescniehaus5-0/+10
2002-12-14code cleanup, possible bug in sniff.cc fixedmjm4-18/+11
2002-12-14- support compilation for Qt/X11mickeyl7-12/+119
2002-12-12Encryption issues fixedbenmeyer1-15/+13
2002-12-12Config Tab is shaping upmickeyl2-0/+53
2002-12-12Config Tab is shaping up.mickeyl4-215/+296
2002-12-11Add back in the main networksetup icon..kergoth1-1/+1
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-11Add wlan stuffbenmeyer1-0/+5
2002-12-11Fixed ad-hco bugbenmeyer1-3/+6
2002-12-11Key accellbenmeyer2-11/+10
2002-12-11New cleaner layoutbenmeyer3-115/+106
2002-12-11Added PDF urlbenmeyer1-0/+3
2002-12-11Now will display the channel and not the freqencybenmeyer4-4/+28
2002-12-11Cleaned up ui files so tab is in correct orderbenmeyer5-400/+70
2002-12-11Added iconsbenmeyer1-1/+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
2002-12-09APs and adhoc stations are now grouped and displayed as belonging to a commonmickeyl4-15/+45
net.
2002-12-09small fixes.mickeyl3-1/+3
2002-12-09Wellenreiter is now fully integrated into the Opie build environment.mickeyl10-11/+51
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- switched from inlined logo to pngmickeyl2-1066/+23
- first work on config tab
2002-12-08started work on logwindow and hexwindowmickeyl8-92/+176
2002-12-08- pro-file for future integration of the daemonmickeyl2-4/+14
- Makefile: wellenreiterd is not .PHONY
2002-12-08- new networks finally show up in the GUImickeyl13-44/+1448
- 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-04fit to new sniffer functionmjm1-1/+1
2002-12-04implemented send_to_guimjm2-20/+31
2002-12-03GUI used wrong comm port.mickeyl1-10/+14
2002-12-02Uncommenting destdirkergoth1-1/+1