summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
AgeCommit message (Collapse)AuthorFilesLines
2003-05-03prepare for i18nmickeyl6-43/+82
2003-05-03start work on graph windowmickeyl7-4/+299
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 logwindowmickeyl8-58/+47
- revamped statistics window
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
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 buildmickeyl6-48/+109
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 buildmickeyl2-2/+3
- 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
2003-03-31updatemickeyl1-27/+26
2003-03-31reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro)mickeyl6-13/+68
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- add file->newmickeyl8-2/+26
2003-03-30- the network work for libopie2 pays off...mickeyl55-3854/+133
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-03-05its libpcap0harlekin1-1/+1
2003-03-04add missing header for x11 standalone buildmickeyl1-0/+1
2003-03-04start_sniffmax6-34/+135
2003-03-03add exit to file menu (not that someone would want to exit this fine app... :-Dmickeyl1-0/+2
2003-03-02fix "segfault-on-close" bugmickeyl1-9/+4
2003-03-02use filedialogs before loading and saving sessions and logsmickeyl2-36/+83
2003-03-02add child item factory to allow subclasses adding custom data itemsmickeyl4-31/+68
2003-03-02first attempt to add session persistencemickeyl11-245/+578
2003-02-27fixed typomjm1-3/+3
2003-02-27missing cardtypemax1-0/+1
2003-02-26added send_fail/send_ok/get_fail/get_ok.mjm2-10/+107
fixed some bufferproblems
2003-02-26added ok and fail msgs for guimjm1-7/+11
2003-02-24- work around yet another g++ 2.x bugmickeyl9-27/+118
- 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...mickeyl15-94/+527
2003-02-23- write simple logmickeyl7-13/+53
- record first seen / last seen per item
2003-02-23insert demo menu - useful, if you don't have wireless stuff yet but wantmickeyl3-6/+21
to show this program to someone...
2003-02-23simplification and fixes for the standalone X11 buildmickeyl11-35/+68
2003-02-23- revamped part of the guimickeyl13-229/+135
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2003-02-20- add mainwindow as central windowmickeyl5-10/+166
- add menubar and some toolbuttons
2003-02-19minor bugfixes - major overhaul coming after public alphamickeyl4-13/+24
2003-02-18Remove-promisc-flagmax2-1/+72