.gitignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
server.json
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/module_request.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/api/cli.rst
docs/source/api/core.rst
docs/source/api/modules.rst
docs/source/developer/contributing.md
docs/source/developer/module-creation-tutorial.md
docs/source/user-guide/analysis-guides.md
docs/source/user-guide/installation.md
docs/source/user-guide/mcp-integration.md
docs/source/user-guide/quickstart.md
examples/README.md
examples/dhcp.pcap
examples/dns.pcap
readme-assets/mcpcap-logo.png
src/mcpcap/__init__.py
src/mcpcap/_version.py
src/mcpcap/cli.py
src/mcpcap.egg-info/PKG-INFO
src/mcpcap.egg-info/SOURCES.txt
src/mcpcap.egg-info/dependency_links.txt
src/mcpcap.egg-info/entry_points.txt
src/mcpcap.egg-info/requires.txt
src/mcpcap.egg-info/top_level.txt
src/mcpcap/core/__init__.py
src/mcpcap/core/config.py
src/mcpcap/core/server.py
src/mcpcap/modules/__init__.py
src/mcpcap/modules/base.py
src/mcpcap/modules/dhcp.py
src/mcpcap/modules/dns.py
src/mcpcap/modules/icmp.py
tests/__init__.py
tests/test_cli.py
tests/test_dhcp.py
tests/test_dns.py
tests/test_modules/test_icmp.py