summaryrefslogtreecommitdiff
path: root/libopie2/opienet
AgeCommit message (Collapse)AuthorFilesLines
2003-07-01add monitor mode handling for recent kernels (WE>14)mickeyl2-7/+29
2003-06-04enable compilationschurig1-7/+8
2003-06-02some .cvsignore fixesschurig1-1/+1
2003-05-10- make oApp not return a const app objectmickeyl1-1/+5
- homogenize oconfig documentation - remove debug output
2003-05-08- sync manufacturer list with etherealmickeyl3-6/+41
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-05-08decouple dump files from live capture to shift control over 'what' is dumped ↵mickeyl2-15/+48
to applications
2003-05-06add two minor functions in the pcap interfacemickeyl2-2/+37
2003-05-05fix typosmickeyl1-1/+1
2003-05-05- fix segfault on unknown linktype (thanks groucho)mickeyl3-19/+25
- make capturing using PRISM headers optional
2003-05-04add parsing of ARP packetsmickeyl3-26/+110
2003-05-01more work on a higher level listview interfacemickeyl1-0/+5
2003-05-01implement and document a bunch of missing methodsmickeyl2-21/+88
2003-04-30add some more documentationmickeyl2-7/+28
2003-04-22add prism header parsing capability!mickeyl4-2/+67
2003-04-20- removed those:simon1-12/+0
-#ifdef QT_NO_DEBUG -inline -#endif <some method here not marked inline in the header file> it makes little sense to inline a method in the .cpp file for non-debug builds, apart from that it causes the method not to be emitted for non-debug builds, causing undefined references in apps referencing them
2003-04-16add some missing APIs to ONetworkInterfacemickeyl2-15/+75
2003-04-16start documenting the packet class family - explain why deriving from ↵mickeyl1-17/+50
QObject is clever
2003-04-16add sanity check for last packet when capturing from capture filemickeyl1-1/+2
2003-04-13Add apie commentszecke5-11/+27
QString -> const QString& fix
2003-04-10OPacketCapturer is now able to write captured packages in the standard ↵mickeyl2-17/+34
tcpdump-compatible format
2003-04-10add support for working with capture files (e.g. from tcpdump, ethereal, et.al.)mickeyl2-11/+101
2003-04-09implements a statistic interface for OPacketCapturermickeyl2-4/+43
2003-04-09add signal hopped(int) to OChannelHoppermickeyl2-0/+16
2003-04-08- add skeleton for the last missing parts in the 802.11 decoding frameworkmickeyl3-33/+108
- fix huge memory leak in packet capturer - add more fine granular 802.11 subtype handling
2003-04-07- add OManufacturerDBmickeyl6-15/+162
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-04-07started to document the whole stuffmickeyl1-21/+160
2003-04-05remove inline directive - causes link errorsmickeyl1-3/+3
2003-04-05improve output of OPacket::dump()mickeyl2-9/+35
2003-04-05- setting the monitor mode on wireless cards via private ioctls is now much ↵mickeyl4-34/+55
more reliable because we detect the appropriate ioctl number at runtime - ONetworkInterface supports now the evil but handy feature to change MAC address on the fly (provided the driver supports this)
2003-04-04fix segfault due to giving a QString as opposed to a char* as the Qbject namemickeyl1-6/+6
2003-04-04reliable strategy to see if we're in monitor mode by looking at the MAC ↵mickeyl2-33/+24
address family
2003-04-04low-level network programming is sick. some wlan-drivers don't honor struct ↵mickeyl3-30/+47
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof.
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl4-4/+71
2003-04-03- ONetworkInterfaces are now QObjectsmickeyl4-54/+178
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers
2003-04-01introduce a more sophisticated channel hopping schememickeyl2-11/+36
2003-03-31resolve potential ambiguities in pow()mickeyl1-3/+3
2003-03-30- implement switching monitor mode on hostapmickeyl1-12/+29
- work around damn buggy hostap drivers needing more space for SIOCGIWRANGE than defined by sizeof(struct iw_range)...
2003-03-30introduce a workaround for conflicting user and kernel headers likemickeyl2-6/+8
<linux/if.h> and <net/if.h>. I really don't like including kernel headers, but in the case of <linux/wireless.h> there is no other option yet.
2003-03-30yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵mickeyl2-1/+10
Z... *sigh*
2003-03-30- add classes for 802.11 tagged valuesmickeyl5-76/+444
- adjust miniwellenreiter accordingly
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl10-0/+2660
and comment...