Re: [tcpdump-workers] supporting extend 'open live capture' parametes

2008-01-14 Thread Michael Richardson
> "Abeni" == Abeni Paolo <[EMAIL PROTECTED]> writes: Abeni> - the (possibly high) number of new API that need to be added Abeni> in order to support all required/wanted options for the open Abeni> call - if we use the pcap struct to store all the supplied Abeni> options (witch

Re: [tcpdump-workers] supporting extend 'open live capture' parametes

2008-01-14 Thread Abeni Paolo
hi all, on 2008-01-13 23:33:55 Michael Richardson wrote: > we should instead have a new pcap_open() call, and then we should > have a serious of calls that set various options or ask for various > things based upon that handle >From a mere implementation POV, this looks like the easier solution.