summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiter.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2003-01-04Try to gracefully shut down the card after sniffing... this is a temporarymickeyl1-5/+21
hack until the colleagues implement this in libwellenreiter...
2002-12-31- catch with latest changes in libwellenreitermickeyl1-7/+20
- 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-0/+16
2002-12-28- refactored a number of classesmickeyl1-140/+73
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-12-28- catch up with new filenames and include paths.mickeyl1-5/+5
- remove Makefile.in (who added this??)
2002-12-18use system() to start daemon and hopper instead of Global::execute,mickeyl1-13/+23
which makes nothing but trouble for non-gui processes.
2002-12-16- updates to the config windowmickeyl1-15/+83
- GUI now starts channelhopper and sniffer using the command line interface
2002-12-11- Reduce g++ warnings.mickeyl1-4/+4
- Depend on libpcap
2002-12-10towards an alpha versionmickeyl1-7/+17
2002-12-09improved display logicmickeyl1-22/+59
2002-12-09APs and adhoc stations are now grouped and displayed as belonging to a commonmickeyl1-12/+27
net.
2002-12-08- switched from inlined logo to pngmickeyl1-1/+5
- first work on config tab
2002-12-08started work on logwindow and hexwindowmickeyl1-1/+10
2002-12-08- new networks finally show up in the GUImickeyl1-14/+20
- using OTabWidget instead of QTabWidget - bugfixes - preparing to fully integrate libwellenreiter and the daemon into our buildsystem
2002-12-03GUI used wrong comm port.mickeyl1-10/+14
2002-11-30gui should now show newly found stations.mickeyl1-6/+52
2002-11-26stations belonging to one net (SSID) are shown in tree structuremickeyl1-2/+27
2002-11-25gui opens socket and checks messages from daemon.mickeyl1-1/+56
2002-11-21Added some dummy icons (press "Start Scanning") to get a basicmickeyl1-2/+17
idea of the main Net-Sniff window.
2002-11-02Started the GUI portion of Wellenreiter (no functionality yet).mickeyl1-0/+31