summaryrefslogtreecommitdiff
path: root/libopie2/opienet/opienet.pro
AgeCommit message (Collapse)AuthorFilesLines
2005-05-16- add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctlsmickeyl1-1/+1
- adjust example
2005-05-06- OManufacturerDB: check if there is a QApplication before calling ↵mickeyl1-1/+1
Global::statusMessage or qApp->processEvents() - ONetwork: skip hostap control interfaces 'wifi*' - OWirelessNetworkInterface: set \0 in SSID() and nickName() to work around (buggy) drivers not returning a zero-terminated string
2005-04-18- improve scan function using the wireless extensions.mickeyl1-1/+1
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks!
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-346/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+346
2004-08-20- add libpcap dir to lib- and include directoryar1-2/+8
2004-05-03catch up with source changesmickeyl1-3/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-02-23The Linux Wireless Extensions V16 introduce some massive changes in themickeyl1-2/+4
binary structures. Since we still use V15 on most target platforms I have to introduce two headers. Define OPIE_WE_VERSION to specify which header to include
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl1-1/+1
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-1/+1
2003-11-08refactor the debug mapper and make it more securemickeyl1-2/+2
2003-10-21- more work on scanningmickeyl1-2/+4
- start OStation class representing a network node
2003-10-21add clear text debug output for ioctlsmickeyl1-5/+6
2003-10-11we now start to maintain our own copy of wireless.h.mickeyl1-0/+1
this has several advantages, one of the major ones is that we no longer have to compile different libopienet2 for different kernel (read wireless extension) versions.
2003-10-02prepare dhcp decodingmickeyl1-1/+3
2003-08-25libopie2 compiles for qt3/x11 nowtille1-1/+7
run: qmake "platform=x11" libopie2.pro
2003-04-07- add OManufacturerDBmickeyl1-4/+8
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+18
and comment...