summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
AgeCommit message (Collapse)AuthorFilesLines
2005-03-12Sort packagaes and channels (numbers) according their size insteadzecke2-0/+23
of alphabeticaly. 9873 received packages are more than 10 but less than 10.000. The same is applied to the channel number [0..15]
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-3/+3
check QT_VERSION against 0x030000 instead of 300
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie1-2/+2
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl2-176/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+176
2004-10-29improve englishmickeyl1-1/+1
2004-10-22Open the Context-Menu on rightButtonPress instead of clicked.zecke1-1/+1
This makes wellenreiter behave like other RoH capable applications
2004-10-02A few typos fixedsudonix1-2/+2
2004-09-08ignore .mocschurig2-2/+2
2004-08-24Minor adjustment to the patch:zecke2-1/+3
-insertLine already adds a \n -add a slotTabChanged slot in wellenreiterbase
2004-08-24apply megapatch courtesy Holger 'Zecke' Freyther:mickeyl14-118/+154
- 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-08-20- add libpcap dir to lib- and include directoryar1-1/+7
2004-05-21some more TODOsmickeyl1-6/+12
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 odebugar2-15/+11
2004-05-03I hereby declare his Version 1.0.3.mickeyl5-22/+31
2004-05-03don't always write a capture filemickeyl3-22/+22
2004-05-03honor limited buffer size, if setmickeyl1-3/+5
2004-05-03write more settings into the .config file and read itmickeyl1-0/+9
2004-05-02PacketViewer improvements:mickeyl5-35/+76
- expose buffer size through API - improve packet viewer logic - display time/date of capture + capture length
2004-05-02- add settings for hex view buffer sizemickeyl2-45/+158
- synchronize copyright and author with reality
2004-05-01- be really paranoid about wireless extension versions for compile time vs. ↵mickeyl4-6/+56
run time - register handlers for SIGSEGV and SIGBUG to emergency-close the capture file
2004-04-29updatemickeyl1-2/+12
2004-04-23gcc 3.4 fixletsmickeyl2-27/+27
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl4-54/+54
2004-04-04convert to Opie Debugging Frameworkmickeyl9-139/+140
2004-03-31added missed include filemouse1-0/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl2-2/+2
build system
2004-03-28more work on the new packet viewermickeyl3-16/+80
2004-03-28fix stupid bug that broke replaying capture filesmickeyl1-12/+13
2004-03-23eliminate bogus dependency on libopiemickeyl1-3/+3
2004-03-15Puh one run too much of my scriptzecke4-15/+13
2004-03-14Convert net to ODP and QtAUXzecke13-49/+84
2004-03-09on the way to a new hex windowmickeyl9-31/+75
2004-03-05add skeleton files for the new packet view window (will replace the hex window)mickeyl2-0/+84
2004-03-05change copyright noticemickeyl28-53/+175
2004-03-02fix includeschicken4-15/+0
2004-02-21improve support for BigScreenar1-4/+1
2004-02-15updatemickeyl1-4/+5
2004-02-15default gps speed now 4800 - seems to be more compatiblemickeyl3-5/+8
2004-02-15s/$1/%1/mickeyl3-4/+8
2004-02-15*** empty log message ***mickeyl4-20/+32
2004-02-07correct sound calls for use with libopie2ar2-5/+5
2004-02-07no longer link against libopie1 since libopie2 provides everythingmickeyl8-18/+15
2004-01-13use OProcess::processPID()mickeyl1-28/+4
2004-01-12updatemickeyl1-20/+40
2004-01-09save configuration settings in accept(), not in the ~mickeyl3-6/+16
2004-01-08Display stations sending out named ProbeRequests.mickeyl5-16/+60
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 ↵mickeyl5-21/+56
substitution values are $SSID, $MAC, $WEP, $CHAN.