Re: [tcpdump-workers] next release of libpcap

2008-07-08 Thread Christian S.J. Peron
Guy, I have a bunch of work in my tcpdump/libpcap repo checked out via anoncvs but I cant generate a diff because there isnt a route or (the machine(s) aren't up (tcpdump,org)), are you guys experiencing any problems? Thanks, Kind regards On Sun, Apr 06, 2008 at 12:45:39PM -0700, Guy Harris wro

[tcpdump-workers] Double incoming packets [libpcap]

2008-07-08 Thread Jacek Jablonski
Hi! I applied such filter to my sniffer: "tcp and port 8071" The problem is that, outgoing packets are fine, they are captured one time, but incoming packets are captured twice and they are interpreted two times. Why is that? How to make it work properly? yacek - This is the tcpdump-workers list.

[tcpdump-workers] Question - savefile and stats

2008-07-08 Thread Milosz Marian Hulboj
Hello, I know that it is not possible to use pcap_stats when reading data from a savefile. I can count the packets returned by the pcap_next_ex, but if I applied a filter, this won't tell me the absolute position of the packet in the savefile. Is there any way around this problem? Cheers, Mi