- fixed switching active interface for packet dumping
Issue was that thread was blocked by reciver channel that was, in some cases, blocking thread to not catching atomic bool to break the infinite loop.
Also there was forgotten atomic bool break in that loop :)