summaryrefslogtreecommitdiff
path: root/libopie2/examples/opienet
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08Ignoring demo binariesschurig2-0/+2
2004-08-20- add libpcap dir to lib- and include directoryar1-1/+7
2004-06-03- correct mail-address in copyrightar1-1/+1
2004-06-03- convert to odebug frameworkar1-33/+64
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl2-2/+2
build system
2004-03-15Fix compile with gcc2zecke1-1/+1
2004-03-13Move XML class to internal PIMzecke2-0/+4
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl3-10/+26
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl1-1/+36
- monitor mode now tries to use the standard IW_MODE_MONITOR first. If that doesn't work, it falls back to using proprietary iwpriv commands
2003-10-23misc changesmickeyl1-4/+12
2003-10-11add scanning skeleton (wip)mickeyl1-0/+12
2003-08-27add a channel examplemickeyl1-0/+8
2003-06-06ignore obj directoryschurig2-0/+2
2003-05-08- sync manufacturer list with etherealmickeyl1-0/+4
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-05-05fix typosmickeyl1-1/+1
2003-05-01implement and document a bunch of missing methodsmickeyl1-4/+17
2003-04-30add some more documentationmickeyl1-2/+2
2003-04-07- add OManufacturerDBmickeyl2-24/+40
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-04-05- setting the monitor mode on wireless cards via private ioctls is now much ↵mickeyl1-0/+18
more reliable because we detect the appropriate ioctl number at runtime - ONetworkInterface supports now the evil but handy feature to change MAC address on the fly (provided the driver supports this)
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl1-0/+8
2003-03-30- add classes for 802.11 tagged valuesmickeyl1-4/+7
- adjust miniwellenreiter accordingly
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl8-0/+280
and comment...