summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/scanlist.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-15Resource -> OResourcedrw1-6/+6
2005-05-10Remove joining networks from Wellenreiter. It never really fit into themickeyl1-9/+2
philosophy of this application and with OpieStumbler there is an application that does it better (active scan).
2005-03-12Sort packagaes and channels (numbers) according their size insteadzecke1-0/+21
of alphabeticaly. 9873 received packages are more than 10 but less than 10.000. The same is applied to the channel number [0..15]
2004-10-22Open the Context-Menu on rightButtonPress instead of clicked.zecke1-1/+1
This makes wellenreiter behave like other RoH capable applications
2004-08-24apply megapatch courtesy Holger 'Zecke' Freyther:mickeyl1-29/+32
- 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-18Aye no (const char*)str where type(str) == QString please...zecke1-2/+2
Now I can even scan non latin access points and don't need to reset stdout/stderr
2004-05-12- convert qDebug to odebugar1-9/+8
2004-04-23gcc 3.4 fixletsmickeyl1-26/+26
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl1-12/+12
2004-04-04convert to Opie Debugging Frameworkmickeyl1-39/+38
2004-03-14Convert net to ODP and QtAUXzecke1-0/+6
2004-03-05change copyright noticemickeyl1-3/+2
2004-03-02fix includeschicken1-1/+0
2004-02-07no longer link against libopie1 since libopie2 provides everythingmickeyl1-0/+1
2004-01-09save configuration settings in accept(), not in the ~mickeyl1-0/+3
2004-01-08Display stations sending out named ProbeRequests.mickeyl1-7/+13
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-08Calling scripts on new {Network, Client, Station} works now. Possible ↵mickeyl1-3/+3
substitution values are $SSID, $MAC, $WEP, $CHAN.
2004-01-07A bunch of miscellaneous changes and improvements. read the ChangeLog :)mickeyl1-16/+4
Oh and it's WIP - not everything mentioned there works already. Will soon, though.
2004-01-03show GPS coordinates in the more common DMS formatmickeyl1-6/+3
2003-10-06decode DHCP ACK packets and show the extracted client IP addressmickeyl1-1/+1
2003-10-05* start with preparations for scanning wired networksmickeyl1-0/+48
* dhcp recognition now works nicely
2003-09-26add automatic tree-opening if checked in configmickeyl1-0/+7
2003-09-09reading GPS data from gpsd is now working. TODO: save the datamickeyl1-1/+20
2003-06-26first bunch of fixes for Qt 3.x compilationmickeyl1-0/+1
2003-06-15basic framework for context menu "join network" establishedmickeyl1-0/+39
just need to send the proper qcop messages now
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl1-30/+29
- misc fixes
2003-05-04- cleanup and code refactoring towards 1.0mickeyl1-25/+73
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-03prepare for i18nmickeyl1-3/+15
2003-05-02add parsing and interpretating of fromDS frames and getting pretty close to ↵mickeyl1-4/+19
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 ↵mickeyl1-28/+62
display stationary systems
2003-04-13adjust for new icon sizemickeyl1-2/+2
2003-04-08- fix <unknown> entries bug caused by interpretating not-yet-handled 802.11 ↵mickeyl1-2/+4
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-16/+69
2003-04-05- correct beacon bug (off-by-one)mickeyl1-2/+2
- display hex dump per packet in hex window - allow saving hex window contents
2003-03-31- initial attempt to autodetect drivermickeyl1-1/+23
- add possibility to play sounds when receiving beacon and/or found a new network
2003-03-02add child item factory to allow subclasses adding custom data itemsmickeyl1-4/+29
2003-03-02first attempt to add session persistencemickeyl1-17/+113
2003-02-24- work around yet another g++ 2.x bugmickeyl1-9/+23
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-24visual enhancements for the listview...mickeyl1-1/+1
2003-02-23- write simple logmickeyl1-0/+4
- record first seen / last seen per item
2002-12-31- catch with latest changes in libwellenreitermickeyl1-2/+34
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-28- refactored a number of classesmickeyl1-0/+100
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-11-26stations belonging to one net (SSID) are shown in tree structuremickeyl1-0/+17