ntdissector
ntdissector copied to clipboard
Added multiprocessing.Manager to fix MacOS Issue
Added multiprocessing.Manager to fix the MacOS issue with multiprocessing.Queue. Fixes #2 Changed format string in error messages from %e (exponential) to %s (string) in error logs.