Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-13 | Move XML class to internal PIM | zecke | 1 | -1/+51 |
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 | 1 | -15/+20 |
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p ); | ||||
2004-01-07 | OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change) | mickeyl | 1 | -1/+1 |
2004-01-06 | start parsing 802.11 control frames | mickeyl | 1 | -0/+2 |
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 1 | -4/+1 |
2003-10-09 | - catch up with changed sniffing behaviour in newer wlan-ng *puke* drivers | mickeyl | 1 | -0/+5 |
- new API: OPacketCapturer::next( int time ) | ||||
2003-10-06 | add client mac address decoding to DHCP | mickeyl | 1 | -0/+2 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 1 | -0/+5 |
* dhcp recognition now works nicely | ||||
2003-10-04 | Although not yet complete, the DHCP decoding is now usable | mickeyl | 1 | -0/+10 |
2003-10-02 | prepare dhcp decoding | mickeyl | 1 | -1/+27 |
2003-05-08 | decouple dump files from live capture to shift control over 'what' is dumped ↵ | mickeyl | 1 | -4/+17 |
to applications | ||||
2003-05-06 | add two minor functions in the pcap interface | mickeyl | 1 | -2/+18 |
2003-05-04 | add parsing of ARP packets | mickeyl | 1 | -0/+24 |
2003-04-30 | add some more documentation | mickeyl | 1 | -4/+1 |
2003-04-22 | add prism header parsing capability! | mickeyl | 1 | -0/+19 |
2003-04-16 | start documenting the packet class family - explain why deriving from ↵ | mickeyl | 1 | -17/+50 |
QObject is clever | ||||
2003-04-13 | Add apie comments | zecke | 1 | -9/+19 |
QString -> const QString& fix | ||||
2003-04-10 | OPacketCapturer is now able to write captured packages in the standard ↵ | mickeyl | 1 | -1/+3 |
tcpdump-compatible format | ||||
2003-04-10 | add support for working with capture files (e.g. from tcpdump, ethereal, et.al.) | mickeyl | 1 | -9/+55 |
2003-04-09 | implements a statistic interface for OPacketCapturer | mickeyl | 1 | -0/+7 |
2003-04-08 | - add skeleton for the last missing parts in the 802.11 decoding framework | mickeyl | 1 | -3/+19 |
- fix huge memory leak in packet capturer - add more fine granular 802.11 subtype handling | ||||
2003-04-05 | improve output of OPacket::dump() | mickeyl | 1 | -1/+1 |
2003-03-30 | - add classes for 802.11 tagged values | mickeyl | 1 | -12/+154 |
- adjust miniwellenreiter accordingly | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 1 | -0/+294 |
and comment... |