Re: [tcpdump-workers] What is the main reason in absent append capabilities

2006-02-17 Thread Mikhail Manuylov
On 2/16/06, Ed Maste <[EMAIL PROTECTED]> wrote: > On Thu, Feb 16, 2006 at 10:56:26AM -0800, Guy Harris wrote: > > > Mikhail Manuylov wrote: > > > > >All I wonder is why tcpdump still hasn't any binary dump append feature. > > > > Because nobody who needed that capability wrote code to implement it

Re: [tcpdump-workers] testing the list

2006-02-17 Thread Hannes Gredler
works fine ... - /hannes Michael Richardson wrote: This is another test of the mailing list. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

[tcpdump-workers] Multiple libpcap Ring Buffers?

2006-02-17 Thread jo
Hey Everyone, Quick question... If I have an application that opens two packet captures sessions (ie eth0 and eth1) does libpcap create two ring buffers? Also if I set PCAP_FRAMES=max how much memory is that going to take? I have read some conflicting numbers. I have seen ~50MB to ~130MB. Tha