summaryrefslogtreecommitdiff
path: root/libopie2/opienet/opcap.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl1-1/+1
- move linux-only subsystems in subdirectory linux - minor header cleanups
2005-02-07change license.mickeyl1-2/+2
2004-08-23Fix warnings raised by the compilerzecke1-11/+12
2004-05-07If you create an array, delete it as an arrayzecke1-1/+1
2004-05-02dump takes less space nowmickeyl1-4/+2
NOTE: I think dump really doesn't belong here
2004-05-02fix one odebug warningmickeyl1-2/+2
2004-05-01- fix off-by-one bug in OChannelHoppermickeyl1-2/+2
- fix bug in OPacket which broke everything using it - expose both wireless extension versions (runtime + compile time) through API
2004-04-23disambiguate the API (triggered by gcc 3.4 ;)mickeyl1-3/+1
2004-04-07copy data handed over by libpcap because libpcap reuses the data areamickeyl1-18/+21
2004-03-28add some FIXMEs for later API revisionsmickeyl1-0/+2
2004-03-28OPacketCapturer API addition: setAutoDelete() and autoDelete()mickeyl1-4/+17
2004-03-13Move XML class to internal PIMzecke1-1/+7
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-9/+12
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p );
2004-01-08add parsing of ProbeRequestsmickeyl1-2/+6
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl1-2/+11
2004-01-06start parsing 802.11 control framesmickeyl1-1317/+1331
2003-12-20libopienet2 now uses the fancy odebug classes, no longer qdebugmickeyl1-1320/+1317
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-4/+1
2003-10-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl1-1/+1
Answer: It would help to give select the correct filedescriptor... /me hugs strace
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl1-3/+24
- new API: OPacketCapturer::next( int time )
2003-10-06add client mac address decoding to DHCPmickeyl1-0/+7
2003-10-05* start with preparations for scanning wired networksmickeyl1-1/+26
* dhcp recognition now works nicely
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl1-0/+82
2003-10-03add defines for UDP-based protocolsmickeyl1-10/+23
detect DHCP and link it into the packet chain
2003-10-02prepare dhcp decodingmickeyl1-0/+79
2003-05-08decouple dump files from live capture to shift control over 'what' is dumped ↵mickeyl1-11/+31
to applications
2003-05-06add two minor functions in the pcap interfacemickeyl1-0/+19
2003-05-05fix typosmickeyl1-1/+1
2003-05-05- fix segfault on unknown linktype (thanks groucho)mickeyl1-1/+1
- make capturing using PRISM headers optional
2003-05-04add parsing of ARP packetsmickeyl1-3/+62
2003-04-22add prism header parsing capability!mickeyl1-0/+31
2003-04-16add sanity check for last packet when capturing from capture filemickeyl1-1/+2
2003-04-10OPacketCapturer is now able to write captured packages in the standard ↵mickeyl1-16/+31
tcpdump-compatible format
2003-04-10add support for working with capture files (e.g. from tcpdump, ethereal, et.al.)mickeyl1-2/+46
2003-04-09implements a statistic interface for OPacketCapturermickeyl1-4/+36
2003-04-08- add skeleton for the last missing parts in the 802.11 decoding frameworkmickeyl1-30/+73
- fix huge memory leak in packet capturer - add more fine granular 802.11 subtype handling
2003-04-07- add OManufacturerDBmickeyl1-4/+4
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-04-05improve output of OPacket::dump()mickeyl1-8/+34
2003-03-30- add classes for 802.11 tagged valuesmickeyl1-28/+225
- adjust miniwellenreiter accordingly
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+609
and comment...