summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Expand)AuthorFilesLines
2003-05-10QString::contains( QRegExp ) does not use the settings of QRegExptille1-5/+5
2003-05-10- make oApp not return a const app objectmickeyl3-87/+64
2003-05-09toShortString now contains start time and datetille1-1/+13
2003-05-08- sync manufacturer list with etherealmickeyl7-9/+60
2003-05-08search stufftille16-27/+114
2003-05-08decouple dump files from live capture to shift control over 'what' is dumped ...mickeyl2-15/+48
2003-05-07save the statezecke1-0/+6
2003-05-07save and restore CompletedDate and StartDatezecke1-7/+20
2003-05-07implement loading of Recurrencezecke4-4/+76
2003-05-07Save recurrencezecke1-1/+3
2003-05-07try to use less memory and only create objects likezecke2-15/+82
2003-05-07Prevent mem corruptionzecke1-4/+10
2003-05-07Make it possible to see what a backend supportszecke7-1/+63
2003-05-07Add d ptrzecke2-1/+6
2003-05-06add two minor functions in the pcap interfacemickeyl2-2/+37
2003-05-05fix typosmickeyl2-2/+2
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 interfacemickeyl4-11/+148
2003-05-01remove stupid approach to encapsulate X11/Embedded differences into OApplicationmickeyl2-86/+43
2003-05-01- restructure opieui example directorymickeyl9-56/+380
2003-05-01implement and document a bunch of missing methodsmickeyl3-25/+105
2003-04-30add some more documentationmickeyl4-11/+32
2003-04-22add prism header parsing capability!mickeyl4-2/+67
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks in...kergoth1-0/+1
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers4-11/+119
2003-04-20- removed those:simon1-12/+0
2003-04-16add some missing APIs to ONetworkInterfacemickeyl2-15/+75
2003-04-16add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-codemickeyl3-2/+165
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-13More API doczecke13-123/+315
2003-04-13OEvent/OTodo compare by address and not by value..zecke3-2/+3
2003-04-13Add apie commentszecke14-19/+51
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 OManufacturerDBmickeyl9-42/+205
2003-04-07started to document the whole stuffmickeyl3-24/+161
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 m...mickeyl5-34/+73
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 addre...mickeyl2-33/+24
2003-04-04low-level network programming is sick. some wlan-drivers don't honor struct s...mickeyl3-30/+47
2003-04-04Hey Mickey: Please take my comment into account !eilers1-3/+12
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl5-4/+79
2003-04-03- ONetworkInterfaces are now QObjectsmickeyl4-54/+178