Sign inSign up

mielverkerken/cicflowmeter

By mielverkerken

•Updated about 2 years ago

Docker container of the fixed version by Gints Engelen of the original CICFlowMeter tool.

Image
2

550

mielverkerken/cicflowmeter repository overview

⁠CICFlowMeter

This is docker container of the fixed CICFlowMeter by Gints Engelen (https://github.com/GintsEngelen/CICFlowMeter⁠) of the original CICFlowMeter (https://github.com/ahlashkari/CICFlowMeter⁠).

⁠Dockerfile

https://github.com/mielverkerken/CICFlowMeter/blob/master/Dockerfile⁠

⁠Running the Docker Container

To use the tool inside a Docker container, follow these steps:

  1. Set Up Directories:
    • Create a directory at /path/to/pcap.
    • Inside this directory, make two subfolders:
      • input (for your input files)
      • output (where the tool will save its results).
  2. Run the Docker Command:
    docker run -v /path/to/pcap:/tmp/pcap mielverkerken/cicflowmeter /tmp/pcap/input /tmp/pcap/output
    
    This command mounts your local /path/to/pcap directory to /tmp/pcap inside the Docker container and then runs the tool on the input, saving results to the output directory.

Tag summary

Content type

Image

Digest

sha256:7dd953264…

Size

198.9 MB

Last updated

about 3 years ago

docker pull mielverkerken/cicflowmeter