On Mon, Jan 28, 2013 at 4:14 AM, Isaac Steidl <[email protected]> wrote:
> I would like to know if there is a java port to netsniff-ng ? > I am running a debian server and would like to use java to try this library. No, it's all in C. Note that netsniff-ng is not a library, but a set of tools. What you could do is to rip-off some C files that you want to use in *your* library and build JNI interface around it. But really, I'm the wrong person to ask about Java. ;-) --
