port-mirroring icon indicating copy to clipboard operation
port-mirroring copied to clipboard

Threads not Working

Open mmaraya opened this issue 9 years ago • 3 comments

Specifying multiple source interfaces doesn't appear to spawn multiple threads. #ifdef _ENABLE_THREADS in doesn't appear to be recognized by the compiler.

mmaraya avatar Feb 16 '16 02:02 mmaraya

I encountered this problem too: either eth0 or wlan0 can be monitored. Are there any temporary workarounds available?

FlameSky-Sea avatar May 30 '16 03:05 FlameSky-Sea

You may be able to launch multiple instances of port-mirroring if you choose different PIDs for each.

mmaraya avatar Jun 08 '16 02:06 mmaraya

You need to change pthread_join to pthread_detach on line 647 of the main.c in order to make thread works

nonostar avatar Jun 04 '18 11:06 nonostar