summaryrefslogtreecommitdiff
path: root/libopie2/opienet/opcap.h
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23disambiguate the API (triggered by gcc 3.4 ;)mickeyl1-2/+2
2004-03-28add some FIXMEs for later API revisionsmickeyl1-5/+5
2004-03-28OPacketCapturer API addition: setAutoDelete() and autoDelete()mickeyl1-4/+16
2004-03-14Change Signature of Signals to obey namespacezecke1-1/+1
Make example compile
2004-03-13Move XML class to internal PIMzecke1-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-12API change: OPacket::dumpStructure() now returns a QString and accepts voidmickeyl1-15/+20
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p );
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl1-1/+1
2004-01-06start parsing 802.11 control framesmickeyl1-0/+2
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-4/+1
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl1-0/+5
- new API: OPacketCapturer::next( int time )
2003-10-06add client mac address decoding to DHCPmickeyl1-0/+2
2003-10-05* start with preparations for scanning wired networksmickeyl1-0/+5
* dhcp recognition now works nicely
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl1-0/+10
2003-10-02prepare dhcp decodingmickeyl1-1/+27
2003-05-08decouple dump files from live capture to shift control over 'what' is dumped ↵mickeyl1-4/+17
to applications
2003-05-06add two minor functions in the pcap interfacemickeyl1-2/+18
2003-05-04add parsing of ARP packetsmickeyl1-0/+24
2003-04-30add some more documentationmickeyl1-4/+1
2003-04-22add prism header parsing capability!mickeyl1-0/+19
2003-04-16start documenting the packet class family - explain why deriving from ↵mickeyl1-17/+50
QObject is clever
2003-04-13Add apie commentszecke1-9/+19
QString -> const QString& fix
2003-04-10OPacketCapturer is now able to write captured packages in the standard ↵mickeyl1-1/+3
tcpdump-compatible format
2003-04-10add support for working with capture files (e.g. from tcpdump, ethereal, et.al.)mickeyl1-9/+55
2003-04-09implements a statistic interface for OPacketCapturermickeyl1-0/+7
2003-04-08- add skeleton for the last missing parts in the 802.11 decoding frameworkmickeyl1-3/+19
- fix huge memory leak in packet capturer - add more fine granular 802.11 subtype handling
2003-04-05improve output of OPacket::dump()mickeyl1-1/+1
2003-03-30- add classes for 802.11 tagged valuesmickeyl1-12/+154
- adjust miniwellenreiter accordingly
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+294
and comment...