Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-05-05 | - fix segfault on unknown linktype (thanks groucho) | mickeyl | 1 | -5/+6 |
- make capturing using PRISM headers optional | ||||
2003-05-01 | more work on a higher level listview interface | mickeyl | 1 | -0/+5 |
2003-05-01 | implement and document a bunch of missing methods | mickeyl | 1 | -21/+37 |
2003-04-30 | add some more documentation | mickeyl | 1 | -3/+27 |
2003-04-16 | add some missing APIs to ONetworkInterface | mickeyl | 1 | -14/+35 |
2003-04-13 | Add apie comments | zecke | 1 | -1/+3 |
QString -> const QString& fix | ||||
2003-04-09 | add signal hopped(int) to OChannelHopper | mickeyl | 1 | -0/+9 |
2003-04-07 | started to document the whole stuff | mickeyl | 1 | -21/+160 |
2003-04-05 | - setting the monitor mode on wireless cards via private ioctls is now much ↵ | mickeyl | 1 | -5/+3 |
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-04 | reliable strategy to see if we're in monitor mode by looking at the MAC ↵ | mickeyl | 1 | -1/+1 |
address family | ||||
2003-04-04 | low-level network programming is sick. some wlan-drivers don't honor struct ↵ | mickeyl | 1 | -13/+6 |
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof. | ||||
2003-04-03 | first part of private IOCTL API for OWirelessNetworkInterface implemented | mickeyl | 1 | -0/+5 |
2003-04-03 | - ONetworkInterfaces are now QObjects | mickeyl | 1 | -9/+12 |
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers | ||||
2003-04-01 | introduce a more sophisticated channel hopping scheme | mickeyl | 1 | -2/+4 |
2003-03-30 | introduce a workaround for conflicting user and kernel headers like | mickeyl | 1 | -5/+8 |
<linux/if.h> and <net/if.h>. I really don't like including kernel headers, but in the case of <linux/wireless.h> there is no other option yet. | ||||
2003-03-30 | yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵ | mickeyl | 1 | -0/+8 |
Z... *sigh* | ||||
2003-03-30 | - add classes for 802.11 tagged values | mickeyl | 1 | -2/+5 |
- adjust miniwellenreiter accordingly | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 1 | -0/+307 |
and comment... |