Re: libpcap: allow breaking out of loop when using savefile

2020-05-26 Thread David Gwynne
I just committed this, thank you :) dlg > On 16 May 2020, at 05:14, Caspar Schutijser wrote: > > Hi, > > Below is a patch that makes breaking out of the loop work when using > a savefile. > > The pcap_breakloop() function was backported from tcpdump.org libpcap > to OpenBSD libpcap by djm@ on

libpcap: allow breaking out of loop when using savefile

2020-05-15 Thread Caspar Schutijser
Hi, Below is a patch that makes breaking out of the loop work when using a savefile. The pcap_breakloop() function was backported from tcpdump.org libpcap to OpenBSD libpcap by djm@ on Nov 18, 2005. The bits to make pcap_breakloop() work were backported to pcap-bpf.c [1] but not to savefile.c eve