.coveragerc
.dockerignore
.pre-commit-config.yaml
AUTHORS
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ChangeLog
Dockerfile
Dockerfile.test
LICENSE
MAINTAINERS
MANIFEST.in
Makefile
README.md
netml-dev.yml
renovate.json
requirements.txt
setup.cfg
setup.py
test-requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/docker-amd64.yml
.github/workflows/docker.yml
.github/workflows/make.yml
.github/workflows/pypi.yaml
.github/workflows/test.yml
networkml/NetworkML.py
networkml/__init__.py
networkml/__main__.py
networkml.egg-info/PKG-INFO
networkml.egg-info/SOURCES.txt
networkml.egg-info/dependency_links.txt
networkml.egg-info/entry_points.txt
networkml.egg-info/not-zip-safe
networkml.egg-info/pbr.json
networkml.egg-info/requires.txt
networkml.egg-info/top_level.txt
networkml/algorithms/__init__.py
networkml/algorithms/host_footprint.py
networkml/featurizers/README.md
networkml/featurizers/__init__.py
networkml/featurizers/csv_to_features.py
networkml/featurizers/features.py
networkml/featurizers/main.py
networkml/featurizers/funcs/__init__.py
networkml/featurizers/funcs/flow.py
networkml/featurizers/funcs/generic.py
networkml/featurizers/funcs/host.py
networkml/featurizers/funcs/packet.py
networkml/helpers/__init__.py
networkml/helpers/gzipio.py
networkml/helpers/pandas_csv_importer.py
networkml/helpers/results_output.py
networkml/parsers/__init__.py
networkml/parsers/pcap_to_csv.py
networkml/trained_models/README.md
networkml/trained_models/host_footprint.json
networkml/trained_models/host_footprint_le.json
networkml/trained_models/host_footprint_scaler.mod
networkml/trained_models/label_assignments.json
notebooks/networkml_exploration.ipynb
tests/test_algorithms_host_footprint.py
tests/test_csv_to_features.py
tests/test_e2e.sh
tests/test_featurizers_features.py
tests/test_featurizers_main.py
tests/test_funcs_host.py
tests/test_funcs_packet.py
tests/test_networkml.py
tests/test_pcap_to_csv.py
tests/test_results_output.py
tests/test_data/bad_data_too_few_columns.csv
tests/test_data/combined.csv
tests/test_data/combined_three_roles.csv
tests/test_data/combined_two_roles.csv
tests/test_data/list_test.json
tests/test_data/trace_ab12_2001-01-01_02_03-client-ip-1-2-3-4.pcap
tests/test_data/trace_ab12_2001-01-01_02_03-client-ip6-1-2-3-4.pcap
tests/test_data/trace_ab34_2001-01-01_02_03-client-ip-1-2-3-4.pcap