Howto munge packets?

Neal D. Becker (nbecker@fred.net)
06 Mar 2002 08:08:14 -0500


We have a project that requires intercepting certain IP packets,
modifying their payload, and sending them on their way. The
modification is nontrivial, and so I think it would best be done in
user space. Can anyone suggest a general approach for how to
intercept packets, send them to user space, and then on to their
destination? Should we look at netfilter/netlink? I'd like to avoid
any kernel code.

TIA.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/