summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui
AgeCommit message (Collapse)AuthorFilesLines
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
2003-08-07add GPS configuration windowmickeyl4-4/+231
2003-06-26first bunch of fixes for Qt 3.x compilationmickeyl3-2/+10
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" establishedmickeyl4-1/+66
just need to send the proper qcop messages now
2003-06-04ignore tmp dirschurig1-0/+1
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl10-820/+199
- misc fixes
2003-05-08- add more sanity checks and verbose error messagesmickeyl6-8/+45
- 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 ↵mickeyl7-94/+198
however...
2003-05-07first half of event system completedmickeyl4-15/+77
2003-05-07start with protocol event handling stuffmickeyl4-3/+45
2003-05-06fix config dialog in respect to specify writing capture filesmickeyl2-1/+17
2003-05-05re-addmickeyl2-0/+231
2003-05-05major overhaul of the configuration window - showing what will come soon...mickeyl10-1489/+909
2003-05-05prepare for major configuration overwhoulmickeyl8-6/+830
2003-05-04- cleanup and code refactoring towards 1.0mickeyl8-106/+222
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-03prepare for i18nmickeyl5-43/+64
2003-05-03start work on graph windowmickeyl6-3/+298
2003-05-02add parsing and interpretating of fromDS frames and getting pretty close to ↵mickeyl2-5/+20
the 1.0 release
2003-05-02fix a long standing bug and hard to reproducable bug where wellenreiter ↵mickeyl1-25/+7
segfaulted, but just if you played the "open/close-game" with the items and subitems Note to self: QListViewItem::itemBelow() != QListViewItem::nextSibling() !!!
2003-05-02start to parse and interpretate WDS (bridging) data and thus additionally ↵mickeyl3-43/+85
display stationary systems
2003-04-30- autoscrolling for hex- and logwindowmickeyl6-55/+44
- revamped statistics window
2003-04-20- these apps need libstdc++ when built with a 3.2 toolchainsimon1-1/+1
2003-04-16fix segfault after last packet when capturing from capture filemickeyl1-2/+9
2003-04-13adjust for new icon sizemickeyl1-2/+2
2003-04-10add sanity (non-root & dhcp running) checks for startup phasemickeyl3-2/+72
2003-04-10New Feature: Write a capture file for later dissection with ↵mickeyl4-215/+331
tcpdump-compatible tools!
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl7-48/+121
ethereal, etc. Next task: writing capture files
2003-04-09- improve keyboard handlingmickeyl9-133/+278
- 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...mickeyl2-8/+30
... no really, it's actually pretty useful, because you can see which channel we are currently monitoring :-D
2003-04-08preparations for the standalone x11 buildmickeyl2-2/+3
2003-04-08- fix <unknown> entries bug caused by interpretating not-yet-handled 802.11 ↵mickeyl2-5/+16
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.mickeyl3-36/+138
2003-04-05- correct beacon bug (off-by-one)mickeyl6-6/+38
- 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-04-02- only build the lib subdir in the standalone buildmickeyl1-1/+1
- corrent driver-detection order
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 drivermickeyl6-72/+166
- add possibility to play sounds when receiving beacon and/or found a new network