Hitoshi Irino
Hitoshi Irino
Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/python-netflow-v9-softflowd/netflow/collector.py", line 129, in run export = parse_packet(pkt.data, templates) File "/python-netflow-v9-softflowd/netflow/utils.py", line 96,...
analyzer.py did not work when decode data collected by collector.py when exporter (softflowd) exported version 1 record, version 5 record or IPFIX record. This PR fix this problem. This code...
In tf-dev-env, "./run.sh build" hooks "make containers" and it hooks "scripts/package/build-containers.sh". When I type "./run.sh build" with default CentOS7 docker image, "make containers " gets "docker command not found" error....