Click to See Complete Forum and Search --> : Packet injection


martinkrajci
03-24-2003, 09:01 AM
Hello konference,

I'm trying to send some packet (IEEE802.11) from java application, but I can't find any classes to support this (except jpwrite - not implemented yet). Does anybody know any product (with source code) even written in C that inject packets into trafic for Win32. WinPcap only captures packet but can't inject them. Thanx

Martin

jsicuran
04-02-2003, 09:34 PM
check out www.packetfactory.net they have an free api set called libradiate..

I am not sure if it is still there but you can use libnet and libcap to do what you want. I remember them having a new api for 802.11 called libradiate.

http://www.packetfactory.net/projects/

/JS