On 2015-03-30 at 11:54:40 +0200, Vadim Kochan <[email protected]> wrote: > On Sun, Mar 22, 2015 at 01:48:50PM +0200, Vadim Kochan wrote: > > From: Vadim Kochan <[email protected]> > > > > mz fails start in cli mode and prints each time different pcap errors: > > > > $ mz -x -V > > fatal flex scanner internal error--end of buffer missed > > rx_arp: [ERROR] Error calling pcap_compile > > > > or simply shutdowns. Sometimes it successfully gets up. > > Seems some initialization pcap funcs are not thread safer. > > > > Fixed by using mutex locking before entering pcap loop. > > > > Signed-off-by: Vadim Kochan <[email protected]> > > --- > > locking.h | 2 ++ > > staging/mopsrx_arp.c | 21 ++++++++++++++++----- > > 2 files changed, 18 insertions(+), 5 deletions(-) > > > > > > Hi, > > Just pinging if it was missed.
Sorry for the delay, I had quite a large backlog at work. Applied now. Thanks! -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
