summaryrefslogtreecommitdiff
path: root/libopie2/opienet
AgeCommit message (Expand)AuthorFilesLines
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl3-4/+13
2004-01-06start parsing 802.11 control framesmickeyl3-1319/+1335
2004-01-03slightly improve the speed reading the manufacturers listmickeyl1-2/+11
2003-12-20libopienet2 now uses the fancy odebug classes, no longer qdebugmickeyl3-2511/+2517
2003-12-09allow processing of events during the loading of the dbmickeyl1-0/+6
2003-12-08use a slightly smaller manufacturerdb format, that saves ~100KB andmickeyl1-22/+3
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl14-70/+88
2003-11-08refactor the debug mapper and make it more securemickeyl8-409/+270
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl2-53/+69
2003-10-23misc changesmickeyl6-62/+103
2003-10-21- more work on scanningmickeyl4-3/+164
2003-10-21add clear text debug output for ioctlsmickeyl4-9/+406
2003-10-11add scanning skeleton (wip)mickeyl2-23/+119
2003-10-11we now start to maintain our own copy of wireless.h.mickeyl3-18/+708
2003-10-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl2-2/+2
2003-10-09- fix monitor mode on orinoco. Although WE > 14 define the standard modemickeyl2-2/+12
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl3-6/+38
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl1-0/+11
2003-10-06add client mac address decoding to DHCPmickeyl2-0/+9
2003-10-05* start with preparations for scanning wired networksmickeyl4-2/+38
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl2-0/+92
2003-10-03add defines for UDP-based protocolsmickeyl2-10/+112
2003-10-02prepare dhcp decodingmickeyl4-2/+309
2003-10-02add note to self to look about automatic channel switching with wlan-ng devicesmickeyl1-0/+1
2003-08-25libopie2 compiles for qt3/x11 nowtille1-1/+7
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
2003-05-08- sync manufacturer list with etherealmickeyl3-6/+41
2003-05-08decouple dump files from live capture to shift control over 'what' is dumped ...mickeyl2-15/+48
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
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
2003-04-16add some missing APIs to ONetworkInterfacemickeyl2-15/+75
2003-04-16start documenting the packet class family - explain why deriving from QObject...mickeyl1-17/+50
2003-04-16add sanity check for last packet when capturing from capture filemickeyl1-1/+2
2003-04-13Add apie commentszecke5-11/+27
2003-04-10OPacketCapturer is now able to write captured packages in the standard tcpdum...mickeyl2-17/+34
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
2003-04-07- add OManufacturerDBmickeyl6-15/+162