summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiter.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-03-30- the network work for libopie2 pays off...mickeyl1-141/+87
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-03-02fix "segfault-on-close" bugmickeyl1-9/+4
2003-03-02first attempt to add session persistencemickeyl1-0/+8
2003-02-24- work around yet another g++ 2.x bugmickeyl1-0/+5
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-23simplification and fixes for the standalone X11 buildmickeyl1-1/+1
2003-02-23- revamped part of the guimickeyl1-23/+14
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2003-02-19minor bugfixes - major overhaul coming after public alphamickeyl1-3/+3
2003-02-15- setCaption during scanningmickeyl1-9/+6
- add some tr() - shut down / boot up interface after scanning (should work better than cardctl eject; cardctl insert)
2003-02-14- remove manual switch into monitor mode ==> wellenreiterd handles this nowmickeyl1-62/+35
- remove manual start of channelswitcher ==> wellenreiterd handles this now - add device type configurations for cisco, wlan-ng, hostap and orinoco - minor bugfix to the start/stop logic