summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui
AgeCommit message (Collapse)AuthorFilesLines
2004-04-04convert to Opie Debugging Frameworkmickeyl9-139/+140
2004-03-31added missed include filemouse1-0/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-28more work on the new packet viewermickeyl3-16/+80
2004-03-28fix stupid bug that broke replaying capture filesmickeyl1-12/+13
2004-03-15Puh one run too much of my scriptzecke4-15/+13
2004-03-14Convert net to ODP and QtAUXzecke13-49/+84
2004-03-09on the way to a new hex windowmickeyl8-31/+68
2004-03-05add skeleton files for the new packet view window (will replace the hex window)mickeyl2-0/+84
2004-03-05change copyright noticemickeyl26-50/+172
2004-03-02fix includeschicken4-15/+0
2004-02-21improve support for BigScreenar1-4/+1
2004-02-15default gps speed now 4800 - seems to be more compatiblemickeyl3-5/+8
2004-02-15s/$1/%1/mickeyl2-4/+6
2004-02-15*** empty log message ***mickeyl3-20/+30
2004-02-07correct sound calls for use with libopie2ar2-5/+5
2004-02-07no longer link against libopie1 since libopie2 provides everythingmickeyl8-18/+15
2004-01-13use OProcess::processPID()mickeyl1-28/+4
2004-01-09save configuration settings in accept(), not in the ~mickeyl3-6/+16
2004-01-08Display stations sending out named ProbeRequests.mickeyl4-14/+57
Wellenreiter II reaches a critical point in its lifetime, i.e. the scanlist and wellenreiter classes are the mainly still as they were during the early prototype phrase. It's time to rewrite the major UI core and start with giving it something like a design (D'Oh!)...
2004-01-08Calling scripts on new {Network, Client, Station} works now. Possible ↵mickeyl5-21/+56
substitution values are $SSID, $MAC, $WEP, $CHAN.
2004-01-07A bunch of miscellaneous changes and improvements. read the ChangeLog :)mickeyl7-89/+347
Oh and it's WIP - not everything mentioned there works already. Will soon, though.
2004-01-06display stations sending control framesmickeyl2-8/+37
2004-01-05add -nocheck command line optionmickeyl1-42/+59
2004-01-03show GPS coordinates in the more common DMS formatmickeyl6-18/+82
2003-12-20more work towards repairing the x11 version - still far away thoughmickeyl2-1/+20
2003-12-15use current dumpname, not always /var/log/...mickeyl4-159/+179
2003-12-15*** empty log message ***mickeyl1-9/+51
2003-12-11more work on uploading dumps to The Capture Dump(TM)mickeyl1-3/+124
2003-12-09misc. fixes and preparations for uploading dumpsmickeyl3-48/+54
2003-12-09preload the manufacturer library during startup (nice trick, btw.)mickeyl2-0/+14
2003-12-08write configmickeyl1-0/+2
2003-12-08use more sane standard intervalmickeyl1-1/+1
2003-12-04use opie-lupdate instead lupdatear1-18/+0
2003-11-08remove -lstdc++. wellenreiter doesn't need itmickeyl1-1/+1
2003-10-28catch up with API changes in libopienetmickeyl1-3/+3
2003-10-07prepare for standalone X11-releasemickeyl1-0/+3
2003-10-06fix ARP decoding for wired networks. Interestingly, 802.11 encapsulatesmickeyl2-1/+17
these in IP packets, while wired ethernet just tags the type_of_protocol.
2003-10-06decode DHCP ACK packets and show the extracted client IP addressmickeyl2-4/+7
2003-10-05* start with preparations for scanning wired networksmickeyl4-10/+110
* dhcp recognition now works nicely
2003-10-04perform autodetection only if no configuration exists or on demandmickeyl3-230/+344
2003-10-03fix a few SIGSEGVs related to not checking the value of iface, if wemickeyl1-8/+10
are capturing from a file (DEVTYPE_FILE)
2003-09-26more work on persistent configurationmickeyl1-2/+65
version bump to 1.0.1-snap
2003-09-26disable screensaver if checked in configmickeyl1-0/+19
2003-09-26add automatic tree-opening if checked in configmickeyl1-0/+7
2003-09-25start with persistent configurationmickeyl3-66/+113
2003-09-09reading GPS data from gpsd is now working. TODO: save the datamickeyl7-27/+64
2003-09-08Note to self: QSocket buffers!mickeyl1-5/+6
2003-08-28add TODO, remove MOC and OBJECTS dir as they are set in include.promickeyl1-2/+0
2003-08-11assorted fixes and more work on GPSmickeyl7-32/+153