Re: [libdnet-devel] could I alter packet with help of libdnetfunctionality
Status: Abandoned
Brought to you by:
dugsong
|
From: Dug S. <du...@mo...> - 2006-04-28 02:00:55
|
actually, libdnet also supports this on systems with a tunnel
interface. basically, you set up a tunnel for a given destination
(which can be a network prefix) to intercept; packets sent to the
destination are available via tun.read(), and can be rewritten
manually.
check out the python fragroute code for example:
http://monkey.org/~dugsong/tmp/fragroute-2.0b1.tar.gz
-d.
---
http://monkey.org/~dugsong/
|