summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-29improve englishmickeyl1-1/+1
2004-08-24apply megapatch courtesy Holger 'Zecke' Freyther:mickeyl1-29/+41
- bump version to 1.0.3-cvs - fix compile warnings - fix PacketViewer not to scroll, when watching in "real time" - fix appending text to log view - update statistics when tab is getting activated
2004-05-12- convert qDebug to odebugar1-6/+3
2004-05-03don't always write a capture filemickeyl1-6/+6
2004-05-02PacketViewer improvements:mickeyl1-1/+1
- expose buffer size through API - improve packet viewer logic - display time/date of capture + capture length
2004-05-01- be really paranoid about wireless extension versions for compile time vs. ↵mickeyl1-2/+46
run time - register handlers for SIGSEGV and SIGBUG to emergency-close the capture file
2004-04-23gcc 3.4 fixletsmickeyl1-1/+1
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl1-29/+29
2004-04-04convert to Opie Debugging Frameworkmickeyl1-41/+33
2004-03-28more work on the new packet viewermickeyl1-1/+4
2004-03-28fix stupid bug that broke replaying capture filesmickeyl1-12/+13
2004-03-14Convert net to ODP and QtAUXzecke1-2/+8
2004-03-09on the way to a new hex windowmickeyl1-2/+2
2004-03-05change copyright noticemickeyl1-0/+8
2004-02-07correct sound calls for use with libopie2ar1-3/+3
2004-02-07no longer link against libopie1 since libopie2 provides everythingmickeyl1-9/+4
2004-01-08Display stations sending out named ProbeRequests.mickeyl1-3/+36
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-07A bunch of miscellaneous changes and improvements. read the ChangeLog :)mickeyl1-4/+4
Oh and it's WIP - not everything mentioned there works already. Will soon, though.
2004-01-06display stations sending control framesmickeyl1-7/+34
2004-01-03show GPS coordinates in the more common DMS formatmickeyl1-1/+1
2003-12-15use current dumpname, not always /var/log/...mickeyl1-1/+0
2003-12-09misc. fixes and preparations for uploading dumpsmickeyl1-19/+19
2003-12-09preload the manufacturer library during startup (nice trick, btw.)mickeyl1-0/+12
2003-10-28catch up with API changes in libopienetmickeyl1-3/+3
2003-10-06fix ARP decoding for wired networks. Interestingly, 802.11 encapsulatesmickeyl1-1/+15
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 addressmickeyl1-3/+6
2003-10-05* start with preparations for scanning wired networksmickeyl1-9/+55
* dhcp recognition now works nicely
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-26disable screensaver if checked in configmickeyl1-0/+19
2003-09-09reading GPS data from gpsd is now working. TODO: save the datamickeyl1-3/+5
2003-08-11assorted fixes and more work on GPSmickeyl1-7/+33
2003-06-26first bunch of fixes for Qt 3.x compilationmickeyl1-1/+8
2003-06-21send message cound to networksettingstille1-1/+9
it's working now on the Z
2003-06-17dcop needs QString not const char*tille1-4/+4
2003-06-16sanity check and providing the interface for the qcop callmickeyl1-10/+19
tille: we no longer match the qcop-signature - is this a problem?
2003-06-16wellenreiter speaks with networksettings now...tille1-1/+6
2003-06-15basic framework for context menu "join network" establishedmickeyl1-0/+18
just need to send the proper qcop messages now
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl1-62/+12
- misc fixes
2003-05-08- add more sanity checks and verbose error messagesmickeyl1-4/+12
- 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-9/+55
however...
2003-05-07first half of event system completedmickeyl1-11/+64
2003-05-05major overhaul of the configuration window - showing what will come soon...mickeyl1-2/+2
2003-05-05prepare for major configuration overwhoulmickeyl1-4/+6
2003-05-04- cleanup and code refactoring towards 1.0mickeyl1-76/+110
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-03prepare for i18nmickeyl1-12/+20
2003-05-03start work on graph windowmickeyl1-0/+7
2003-05-02start to parse and interpretate WDS (bridging) data and thus additionally ↵mickeyl1-14/+14
display stationary systems
2003-04-30- autoscrolling for hex- and logwindowmickeyl1-16/+2
- revamped statistics window
2003-04-16fix segfault after last packet when capturing from capture filemickeyl1-2/+9
2003-04-10add sanity (non-root & dhcp running) checks for startup phasemickeyl1-1/+12