Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Threads not Working #51

Open
mmaraya opened this issue Feb 16, 2016 · 3 comments
Open

Threads not Working #51

mmaraya opened this issue Feb 16, 2016 · 3 comments
Labels

Comments

@mmaraya
Copy link
Owner

mmaraya commented Feb 16, 2016

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 mmaraya added the bug label Feb 16, 2016
@FlameSky-Sea
Copy link

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

@mmaraya
Copy link
Owner Author

mmaraya commented Jun 8, 2016

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

@nonostar
Copy link

nonostar commented Jun 4, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants