On Sun, Mar 22, 2015 at 01:48:50PM +0200, Vadim Kochan wrote:
> From: Vadim Kochan <vadi...@gmail.com>
> 
> 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 <vadi...@gmail.com>
> ---
>  locking.h            |  2 ++
>  staging/mopsrx_arp.c | 21 ++++++++++++++++-----
>  2 files changed, 18 insertions(+), 5 deletions(-)
> 
> 

Hi,

Just pinging if it was missed.

Thanks,
Vadim Kochan

-- 
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 netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to