summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
AgeCommit message (Collapse)AuthorFilesLines
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
2003-02-16Fixed hostap driver < wireless extension 14max1-1/+1
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-15- add manufacturers.dat to ipkmickeyl3-2/+3
- remove orinoco_hopper from ipk - add -DDEBUG for lib and daemon compilation
2003-02-14- remove manual switch into monitor mode ==> wellenreiterd handles this nowmickeyl5-70/+95
- 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-02-13Wireless extension < 14max1-2/+30
2003-02-12add a comment explaining the #ifmickeyl1-2/+3
2003-02-12Did I say 14 or 15?mickeyl1-1/+1
2003-02-12fix compilation on systems with wireless extensions < V15mickeyl1-2/+7
2003-02-12fix const charmax1-4/+4
2003-02-12new compiler flagsmjm1-0/+3
2003-02-12MAXCHANNEL dynamic detectionmax1-2/+11
2003-02-12All card monitor and switchingmax2-16/+167
2003-02-11Wlan-ng chanswitchmax1-14/+4
2003-02-10link against pthreadmickeyl1-1/+1
2003-02-09fd closemax2-6/+13
2003-02-09Channelswitchmax3-32/+53
2003-02-09Chanswitchmax1-1/+1
2003-02-09generic cleaupmjm1-22/+25
2003-02-09added -lpthreadmjm1-1/+1
2003-02-09added wl_cardtype_t structuremjm1-1/+6
2003-02-09implemented new timer function, threadedmjm2-43/+69
added wl_cardtype_t
2003-02-08libwellenreiter now needs to link against libpcapmickeyl1-1/+1