summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiter.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2003-04-10New Feature: Write a capture file for later dissection with ↵mickeyl1-2/+15
tcpdump-compatible tools!
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl1-34/+60
ethereal, etc. Next task: writing capture files
2003-04-09- improve keyboard handlingmickeyl1-77/+101
- 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-8/+29
... no really, it's actually pretty useful, because you can see which channel we are currently monitoring :-D
2003-04-08- fix <unknown> entries bug caused by interpretating not-yet-handled 802.11 ↵mickeyl1-3/+12
management frames This thing gets complicated... I really should implement a state machine for the beta.
2003-04-07New feature! Finally, non-AP stations in an infrastructure network show up.mickeyl1-20/+68
2003-04-05- correct beacon bug (off-by-one)mickeyl1-1/+4
- display hex dump per packet in hex window - allow saving hex window contents
2003-04-04detect and warn if switching device into monitor mode doesn't workmickeyl1-0/+6
2003-03-31only cardctl reset after sniffing. maybe later make calling dhcp client a ↵mickeyl1-1/+1
configurable option.
2003-03-31- initial attempt to autodetect drivermickeyl1-14/+2
- add possibility to play sounds when receiving beacon and/or found a new network
2003-03-31reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro)mickeyl1-8/+20
2003-03-30very interesting: gcc 2.9x does not handle operator? with mixed types, e.g. ↵mickeyl1-1/+1
operator?(bool,QString,char*), while gcc 3.x does the necessary format conversion.