summaryrefslogtreecommitdiff
path: root/libopie2/opienet/opcap.h
AgeCommit message (Collapse)AuthorFilesLines
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...