root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @224 [224] 9 days dragorn Added lorcon_packet_from_lcpa function
(edit) @223 [223] 4 months dragorn Very initial (re) support for madwifi-ng
(edit) @222 [222] 5 months dragorn Add get channel to drv_mac80211 Fix major bug in drv_mac80211 which would …
(edit) @221 [221] 9 months dragorn Lorocn2-200911rc1 pre-release
(edit) @220 [220] 9 months dragorn Update version
(edit) @219 [219] 9 months dragorn fix version
(edit) @218 [218] 9 months dragorn Tag 2009-11 rc1 pre-release
(edit) @217 [217] 9 months jwright Merge up missing diff
(edit) @216 [216] 9 months dragorn Added HW mac get/set functions, callbacks to mac80211 Add LORCON_ENOTSUPP …
(edit) @215 [215] 9 months dragorn Added hook to add manually compiled pcap bpf filters
(edit) @214 [214] 9 months jwright This change allows Lorcon2 to work on both Ruby 1.9 and Ruby 1.8, provided …
(edit) @213 [213] 9 months dragorn Add lorcon_get_pcap implementation
(edit) @212 [212] 9 months dragorn Add timeout get/set API (used in pcap_open_live, will be used for others)
(edit) @211 [211] 9 months dragorn Merge support for seqno/fragno decoding (jeremy bennett) Fix fragment …
(edit) @210 [210] 9 months dragorn Merge patch from jeremy bennett to properly create assocreq/resp frames
(edit) @209 [209] 9 months jwright Prevents the capture loop from blocking ruby
(edit) @208 [208] 9 months jwright Adds Lorcon::Device.write() to match lorcon1
(edit) @207 [207] 9 months jwright Correct the Lorcon::Device.channel= method
(edit) @206 [206] 9 months jwright Look for lorcon_packet.h via "" vs <> - fixes build issue
(edit) @205 [205] 9 months dragorn patch from HD to fix compiling on non-netlink systems (tho it won't do …
(edit) @204 [204] 10 months dragorn Make configure output a little more readable
(edit) @203 [203] 11 months dragorn Re-tag release with lorcon2 name
(edit) @202 [202] 11 months dragorn Rename library to lorcon2.so to prevent collisions with older lorcon …
(edit) @201 [201] 11 months dragorn Remove tag for update
(edit) @200 [200] 11 months dragorn Tagged 200909-rc1
(edit) @199 [199] 11 months dragorn Minimal lorcon.3 manual for new api
(edit) @198 [198] 11 months dragorn Move lorcon2/lorcon-api branch into trunk
(edit) @197 [197] 11 months dragorn Move lorcon1 code to branch
(edit) @196 [196] 11 months dragorn Update tuntx example for lorcon2 Remove old header
(edit) @195 [195] 11 months dragorn Update to use new header path
(edit) @194 [194] 11 months dragorn Move includes to $include/lorcon2/foo to avoid conflicting with …
(edit) @193 [193] 13 months dragorn Fix (again) radiotap handling
(edit) @192 [192] 13 months dragorn Fix radiotap decoding Rewrite injection api methods again (always inject …
(edit) @191 [191] 13 months dragorn Renamed lorcon 2.0.0 ruby module to lorcon2 so as not to collide with …
(edit) @190 [190] 13 months dragorn Add fsync in hopes it does something
(edit) @189 [189] 13 months dragorn Added pcap filtering to lorcon/ruby
(edit) @188 [188] 13 months dragorn Fix dot3 allocation process Add bssid/dest/src to ruby
(edit) @187 [187] 13 months dragorn Add from-dot3 conversion Bugfixes
(edit) @186 [186] 13 months dragorn Fix timeout segv in lorcon_next_ex Stub WEP decoding General development
(edit) @185 [185] 13 months dragorn Properly commit tuntap driver
(edit) @184 [184] 13 months dragorn Added dot11 data decoding Added dot3 translation for easy loading into …
(edit) @183 [183] 13 months dragorn Started adding data decode to lorcon library
(edit) @182 [182] 13 months dragorn Bugs fixed Ruby API extended: tx = …
(edit) @181 [181] 13 months dragorn Fix error messages in ifcontrol Expand ruby integration
(edit) @180 [180] 13 months dragorn Fix lorcon_free() API Fix old references in lorcon_forge Added version …
(edit) @179 [179] 13 months dragorn Random bugfixes Clean up callback API Complete inject callbacks
(edit) @178 [178] 13 months dragorn Strip more remnants of old library naming Update control files to not use …
(edit) @177 [177] 13 months dragorn Made libpcap mandatory in autoconf
(edit) @176 [176] 13 months dragorn Move header decode funtions into lorcon_packet Auto-decode …
(edit) @175 [175] 13 months dragorn Expanded base API Expanded mac80211 driver to populate pcap data Completed …
(edit) @174 [174] 13 months dragorn Started API rewrite of LORCON Renamed drivers to constant naming …
(edit) @173 [173] 14 months dragorn Fork for API change
(edit) @172 [172] 15 months dragorn Install ieee80211 header
(edit) @171 [171] 16 months dragorn bad return
(edit) @170 [170] 17 months dragorn Fixed setting mode on initially down interface under mac80211
(edit) @169 [169] 17 months dragorn Changed decode to take DLT not tx80211 context (much simpler for some use …
(edit) @168 [168] 21 months dragorn Added decode to man page Added dot11 support to decode
(edit) @167 [167] 21 months dragorn Added decode functions to break apart l2 headers
(edit) @166 [166] 21 months dragorn Updated version
(edit) @165 [165] 21 months dragorn Added interface auto-detection Updated man pages Added auto-detect …
(edit) @164 [164] 21 months dragorn Updated aclocal/ltmain/libtool to latest versions Added libnl+mac80211 …
(edit) @163 [163] 2 years dragorn Expanded d80211 into mac80211 and added multiple other cards (from diff …
(edit) @162 [162] 2 years dragorn Allow channels in MHz
(edit) @161 [161] 2 years dragorn Updated manpage to reflect linux kernel include reqs
(edit) @160 [160] 2 years dragorn Multiple cleanups of headers for linux kernels (linux/types.h, linux/if.h …
(edit) @159 [159] 3 years dragorn Added patches for win32 native headers and def to generate lib and …
(edit) @158 [158] 3 years dragorn Fixed up header
(edit) @157 [157] 3 years dragorn D80211 Ath5k/Iwlwifi support
(edit) @156 [156] 3 years dragorn Added new sources to man page
(edit) @155 [155] 3 years dragorn Merged bcm43xx injection support from Jason Tseng
(edit) @154 [154] 3 years dragorn Added install -d for $LIB and $INCLUDE
(edit) @153 [153] 3 years dragorn Include asm/types.h for linux wireless.h tests
(edit) @152 [152] 3 years jwright Removed selfack in tx.c
(edit) @151 [151] 3 years jwright Fix error in selfack callthrough; typo
(edit) @150 [150] 3 years jwright Added selfack support for prism54 drivers
(edit) @149 [149] 3 years jwright Another fix for Windows/Cygwin in selfack function
(edit) @148 [148] 3 years jwright Added lcpf_data crafting function
(edit) @147 [147] 3 years jwright Fixed tx80211_close build failure on Windows
(edit) @146 [146] 3 years jwright Added prototype for tx80211_selfack, modified lcpf_probereq to omit dest …
(edit) @145 [145] 3 years jwright Added lcpf functions for deauth, associate request, associate response, …
(edit) @144 [144] 3 years jwright Added tx80211_selfack support for madwifing and hostap cards
(edit) @143 [143] 3 years jwright Fixed bug in airpcap where failure to set TX rate returned an error - …
(edit) @142 [142] 3 years jwright Merged patch from Robin Wood adding if.h to driver include files for …
(edit) @141 [141] 3 years dragorn Took dupe include of net/if.h and linux/if.h, left linux/if.h
(edit) @140 [140] 3 years jwright Fix for trac bug #3 submitted bu cbc for zd1211rw initialization
(edit) @139 [139] 3 years dragorn Fixed ifnamsiz define by including net/if.h on linux
(edit) @138 [138] 3 years jwright Fixed discrepancy between man page and identifier for madwifiold and …
(edit) @137 [137] 3 years jwright Changes to man page
(edit) @136 [136] 3 years dragorn Rolled in patch from JohnyCsh? which handles int and char rfmontx privs on …
(edit) @135 [135] 3 years dragorn Added zd1211rw patch from aircrack-ng Added zd1211rw support to …
(edit) @134 [134] 3 years jwright Change to mwnginject; don't try to free VAP's if the vaplist == null
(edit) @133 [133] 3 years dragorn Minor doc update to header
(edit) @132 [132] 3 years jwright Remove pcap include in ajinject
(edit) @131 [131] 3 years jwright Typo in l2ping80211.h, I suck
(edit) @130 [130] 3 years jwright Added more test cases to l2ping, build in autoconf now
(edit) @129 [129] 3 years jwright added rtx capabilities to lorcon_forge, trivial changes to tx.c and …
(edit) @128 [128] 3 years jwright Added support for rt61 drivers, removed all perror/fprintf to stderr in …
(edit) @127 [127] 3 years dragorn Renamed radiotap_type struct elements to not conflict with OS/app level …
(edit) @126 [126] 3 years jwright Fixed bug in madwifing where linktype wasn't set after creating lorconN …
(edit) @125 [125] 3 years jwright Removed extra = 0x01 behavior in madwifing
Note: See TracRevisionLog for help on using the revision log.