diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-10 23:43:19 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-11 00:16:52 +0200 |
commit | 131cf5385ba31108c131d36f366183a8ac813727 (patch) | |
tree | 9acd86f2064af61cd2ff2c0c8335c35ff39e559e /examples/py-flow-info/flow-info.py | |
parent | ba586e1ecf848937a612cf35bed6275578dad088 (diff) |
Added IPv6 support for -I / -E.
* added another Python search path and try-catch ModuleNotFoundError again
* run_tests.sh checks for OpenBSD netcat (required for -q)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/py-flow-info/flow-info.py')
-rwxr-xr-x | examples/py-flow-info/flow-info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/py-flow-info/flow-info.py b/examples/py-flow-info/flow-info.py index 6f90ec7fa..acb811f65 100755 --- a/examples/py-flow-info/flow-info.py +++ b/examples/py-flow-info/flow-info.py @@ -3,6 +3,7 @@ import os import sys +sys.path.append(os.path.dirname(sys.argv[0]) + '/../share/nDPId') sys.path.append(os.path.dirname(sys.argv[0]) + '/../usr/share/nDPId') try: import nDPIsrvd |