Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-05-03 | remove the OPIE_WE_VERSION crap. this was a step into the wrong direction. | mickeyl | 4 | -1468/+10 |
remove the wireless.h user headers also. we are doomed to use the kernel ones until Jean himself provides user headers. As a nice side effect, the automatic WE_VERSION detected has been removed. It was too weak anyway, since e.g. the handhelds.org community updated kernel 2.4.19 to WE V16 about 14 months ago... | ||||
2004-05-02 | dump takes less space now | mickeyl | 1 | -4/+2 |
NOTE: I think dump really doesn't belong here | ||||
2004-05-02 | fix one odebug warning | mickeyl | 1 | -2/+2 |
2004-05-01 | - fix off-by-one bug in OChannelHopper | mickeyl | 3 | -8/+18 |
- fix bug in OPacket which broke everything using it - expose both wireless extension versions (runtime + compile time) through API | ||||
2004-04-23 | disambiguate the API (triggered by gcc 3.4 ;) | mickeyl | 2 | -5/+3 |
2004-04-08 | OPIEDB depends on SQlite | zecke | 1 | -2/+2 |
OPIENET on pcap | ||||
2004-04-07 | copy data handed over by libpcap because libpcap reuses the data area | mickeyl | 1 | -18/+21 |
2004-04-06 | add autodetection for wireless extension version | mickeyl | 1 | -4/+11 |
2004-04-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 5 | -6/+6 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-28 | add some FIXMEs for later API revisions | mickeyl | 2 | -5/+7 |
2004-03-28 | OPacketCapturer API addition: setAutoDelete() and autoDelete() | mickeyl | 2 | -8/+33 |
2004-03-14 | Change Signature of Signals to obey namespace | zecke | 1 | -1/+1 |
Make example compile | ||||
2004-03-13 | Fix possible divide by null | zecke | 1 | -10/+11 |
Patch for mickeyl... | ||||
2004-03-13 | Move XML class to internal PIM | zecke | 14 | -3/+176 |
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 | ||||
2004-03-12 | API change: OPacket::dumpStructure() now returns a QString and accepts void | mickeyl | 2 | -24/+32 |
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p ); | ||||
2004-03-01 | fix includes | chicken | 1 | -1/+0 |
2004-02-24 | API extension: ONetwork::isPresent( const char* name ) | mickeyl | 2 | -6/+21 |
2004-02-23 | The Orinoco (and Symbol/Spectrum) driver recently got the monitor mode | mickeyl | 1 | -6/+9 |
patch applied. It uses the WE15 IW_MODE_MONITOR. Fix OOrinocoMonitoringInterface to work with recent Orinoco drivers | ||||
2004-02-23 | The Linux Wireless Extensions V16 introduce some massive changes in the | mickeyl | 5 | -39/+107 |
binary structures. Since we still use V15 on most target platforms I have to introduce two headers. Define OPIE_WE_VERSION to specify which header to include | ||||
2004-02-23 | addition to API: OWirelessNetworkInterface::signalStrength() [wip] | mickeyl | 2 | -7/+21 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+0 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-01-13 | - split odevice into dedicated files and classes, it has getting much too large | mickeyl | 1 | -2/+2 |
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2 | ||||
2004-01-08 | add parsing of ProbeRequests | mickeyl | 1 | -2/+6 |
2004-01-07 | add status output | mickeyl | 1 | -3/+12 |
2004-01-07 | OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change) | mickeyl | 3 | -4/+13 |
2004-01-06 | start parsing 802.11 control frames | mickeyl | 3 | -1319/+1335 |
2004-01-03 | slightly improve the speed reading the manufacturers list | mickeyl | 1 | -2/+11 |
2003-12-20 | libopienet2 now uses the fancy odebug classes, no longer qdebug | mickeyl | 3 | -2511/+2517 |
2003-12-09 | allow processing of events during the loading of the db | mickeyl | 1 | -0/+6 |
2003-12-08 | use a slightly smaller manufacturerdb format, that saves ~100KB and | mickeyl | 1 | -22/+3 |
improves parsing speed. Even better would be .gz compressed QDataStream though... | ||||
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 14 | -70/+88 |
2003-11-08 | refactor the debug mapper and make it more secure | mickeyl | 8 | -409/+270 |
2003-10-28 | - remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now. | mickeyl | 2 | -53/+69 |
- 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-23 | misc changes | mickeyl | 6 | -62/+103 |
2003-10-21 | - more work on scanning | mickeyl | 4 | -3/+164 |
- start OStation class representing a network node | ||||
2003-10-21 | add clear text debug output for ioctls | mickeyl | 4 | -9/+406 |
2003-10-11 | add scanning skeleton (wip) | mickeyl | 2 | -23/+119 |
2003-10-11 | we now start to maintain our own copy of wireless.h. | mickeyl | 3 | -18/+708 |
this has several advantages, one of the major ones is that we no longer have to compile different libopienet2 for different kernel (read wireless extension) versions. | ||||
2003-10-10 | Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ? | mickeyl | 2 | -2/+2 |
Answer: It would help to give select the correct filedescriptor... /me hugs strace | ||||
2003-10-09 | - fix monitor mode on orinoco. Although WE > 14 define the standard mode | mickeyl | 2 | -2/+12 |
"MONITOR", the orinoco monitor patch for 0.13e still does not use that... - add documentation, a warning, and a runtime check for setChannel(0) | ||||
2003-10-09 | - catch up with changed sniffing behaviour in newer wlan-ng *puke* drivers | mickeyl | 3 | -6/+38 |
- new API: OPacketCapturer::next( int time ) | ||||
2003-10-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 1 | -0/+11 |
2003-10-06 | add client mac address decoding to DHCP | mickeyl | 2 | -0/+9 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 4 | -2/+38 |
* dhcp recognition now works nicely | ||||
2003-10-04 | Although not yet complete, the DHCP decoding is now usable | mickeyl | 2 | -0/+92 |
2003-10-03 | add defines for UDP-based protocols | mickeyl | 2 | -10/+112 |
detect DHCP and link it into the packet chain | ||||
2003-10-02 | prepare dhcp decoding | mickeyl | 4 | -2/+309 |
2003-10-02 | add note to self to look about automatic channel switching with wlan-ng devices | mickeyl | 1 | -0/+1 |