summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiter.h
AgeCommit message (Collapse)AuthorFilesLines
2003-10-06fix ARP decoding for wired networks. Interestingly, 802.11 encapsulatesmickeyl1-0/+2
these in IP packets, while wired ethernet just tags the type_of_protocol.
2003-10-05* start with preparations for scanning wired networksmickeyl1-1/+6
* dhcp recognition now works nicely
2003-08-11assorted fixes and more work on GPSmickeyl1-0/+2
2003-06-15basic framework for context menu "join network" establishedmickeyl1-0/+2
just need to send the proper qcop messages now
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl1-3/+1
- misc fixes
2003-05-08- add more sanity checks and verbose error messagesmickeyl1-0/+1
- try to restart dhcp client after having killed it before
2003-05-08add fine tuning of parsing process - the semantics is not yet set in stone ↵mickeyl1-1/+2
however...
2003-05-07first half of event system completedmickeyl1-0/+3
2003-05-04- cleanup and code refactoring towards 1.0mickeyl1-1/+6
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl1-0/+3
ethereal, etc. Next task: writing capture files
2003-04-09- improve keyboard handlingmickeyl1-2/+8
- enable sniffer-menu - fix handling of start/stop button - add simple statistic window, fancy will follow ;-)
2003-04-09display a fancy ascii-animation in the titlebar while scanning...mickeyl1-0/+1
... no really, it's actually pretty useful, because you can see which channel we are currently monitoring :-D
2003-03-30- add file->newmickeyl1-0/+4
2003-03-30- the network work for libopie2 pays off...mickeyl1-23/+8
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-02-24- work around yet another g++ 2.x bugmickeyl1-0/+1
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-23- write simple logmickeyl1-0/+1
- record first seen / last seen per item
2003-02-23insert demo menu - useful, if you don't have wireless stuff yet but wantmickeyl1-0/+1
to show this program to someone...
2003-02-23- revamped part of the guimickeyl1-10/+11
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2002-12-31- catch with latest changes in libwellenreitermickeyl1-0/+19
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-29added a manufacturer database classmickeyl1-1/+4
2002-12-28- refactored a number of classesmickeyl1-6/+12
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-12-16- updates to the config windowmickeyl1-0/+2
- GUI now starts channelhopper and sniffer using the command line interface
2002-11-30gui should now show newly found stations.mickeyl1-1/+1
2002-11-26stations belonging to one net (SSID) are shown in tree structuremickeyl1-0/+1
2002-11-25gui opens socket and checks messages from daemon.mickeyl1-1/+8
2002-11-21Added some dummy icons (press "Start Scanning") to get a basicmickeyl1-2/+2
idea of the main Net-Sniff window.
2002-11-02Started the GUI portion of Wellenreiter (no functionality yet).mickeyl1-0/+40