Re: pcap_dump() arguments

2018-12-12 Thread Jason McIntyre
On Mon, Dec 10, 2018 at 08:03:23AM +0100, Jan Stary wrote: > pcap_dump() is described in pcap.3 as follows: > > pcap_dump() outputs a packet to the savefile opened with pcap_dump_open(). > Note that its calling arguments are suitable for use with pcap_dispatch(). > > That formulation is imho

pcap_dump() arguments

2018-12-10 Thread Jan Stary
pcap_dump() is described in pcap.3 as follows: pcap_dump() outputs a packet to the savefile opened with pcap_dump_open(). Note that its calling arguments are suitable for use with pcap_dispatch(). That formulation is imho not entirely clear, as the arguments mention no "savefile". (Looking