Re: [zd1211-devs] porting the zd1211 driver to go through libusb?

2007-10-24 Thread Brian Perkins
http://vtun.sourceforge.net/tun/ vpnc uses this interface. http://www.unix-ag.uni-kl.de/~massar/vpnc/ The needed kernel module is included on every fedora I've come across. Apparently it creates /dev/tunX that you can use to read and write frames. Daniel Drake wrote: > Jeff Sadowski wrote:

Re: [zd1211-devs] porting the zd1211 driver to go through libusb?

2007-10-24 Thread Daniel Drake
Jeff Sadowski wrote: > User space issue. > Could I not do the same thing as openvpn does to get a network node? Maybe, that's an interesting idea, but I'm not at all familiar with that stuff. - This SF.net email is sponsor

Re: [zd1211-devs] porting the zd1211 driver to go through libusb?

2007-10-24 Thread Daniel Drake
Jeff Sadowski wrote: > Would it be possible to port the zd1211 driver to use the libusb interface? To use as a network driver for network access? No, at least not under Linux, because Linux has no way of accepting network data from userspace (it can only come from kernel drivers). > Reason I as

[zd1211-devs] porting the zd1211 driver to go through libusb?

2007-10-24 Thread Jeff Sadowski
Would it be possible to port the zd1211 driver to use the libusb interface? Reason I ask: A friend of mine was asking if he could get aircrack-ng working in windows. I told him that the windows API doesn't even allow for any wireless card to be put in monitor mode an that he would have to write hi