Re: [tcpdump-workers] Libpcap-in java

2015-07-14 Thread Ander Juaristi
On 07/15/2015 07:42 AM, H R, Shashikumar wrote: Hi All I want know whether any libpcap library is available in java. If there please provide me the link. Thanks and Regards Shashikumar H R ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdu

Re: [tcpdump-workers] pcap_next_ex() and pcap_dump() performance decreases over time...

2015-08-23 Thread Ander Juaristi
> Are there any numbers that you think would be useful in analyzing this > problem? Have you completely discarded algorithmical issues? This looks like something is being constantly doubled. Probably in logarithmic time. Sent from my smartphone. Excuse my brevity. _

Re: [tcpdump-workers] Need to drop packets using tcpdump

2016-02-07 Thread Ander Juaristi
Have a look at Netmap [1]. It follows a slightly different approach. Also, the video embedded right at the home page is a great resource to learn what it is and how it differs from other frameworks, such as libpcap and netfilter. [1] http://info.iet.unipi.it/~luigi/netmap/ Regards, - AJ On 02