On 02/23/2013 11:05 PM, [email protected] wrote:

but
1)
I use a java program which capture the output so I can't go in silent mode.

So how does this look like? You're analyzing what netsniff-ng is printing to the
terminal and redirecting into a Java program?

2)
I need the captured frames to last infinitely and can not print all to a File.

What should I do then to benefit from the high speed of netsniff-ng through my 
java program 24/24?

If you are indeed doing what I think you are, then there is no high-speed
anymore. ;-) Simply because each and every packet has to enter the packet
dissectors, going through the dissector stack and printing code to the
terminal. This is overkill. You should rather analyse in your Java program
recorded pcap files, that were recorded with netsniff-ng in the way I sent
you before.

--
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to