mcpcap 0.5.2__tar.gz → 0.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcpcap-0.5.2 → mcpcap-0.5.3}/PKG-INFO +1 -1
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/developer/contributing.md +1 -1
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/developer/module-creation-tutorial.md +2 -2
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/_version.py +3 -3
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap.egg-info/PKG-INFO +1 -1
- {mcpcap-0.5.2 → mcpcap-0.5.3}/.github/FUNDING.yml +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/.github/workflows/release.yml +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/.github/workflows/test.yml +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/.gitignore +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/.readthedocs.yaml +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/CONTRIBUTING.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/LICENSE +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/README.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/Makefile +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/_static/.gitkeep +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/api/cli.rst +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/api/core.rst +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/api/modules.rst +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/conf.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/index.rst +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/user-guide/analysis-guides.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/user-guide/installation.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/user-guide/mcp-integration.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/docs/source/user-guide/quickstart.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/examples/README.md +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/examples/dhcp.pcap +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/examples/dns.pcap +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/pyproject.toml +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/readme-assets/mcpcap-logo.png +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/server.json +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/setup.cfg +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/__init__.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/cli.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/core/__init__.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/core/config.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/core/server.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/modules/__init__.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/modules/base.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/modules/dhcp.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/modules/dns.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap/modules/icmp.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap.egg-info/SOURCES.txt +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap.egg-info/dependency_links.txt +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap.egg-info/entry_points.txt +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap.egg-info/requires.txt +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/src/mcpcap.egg-info/top_level.txt +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/tests/__init__.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/tests/test_cli.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/tests/test_dhcp.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/tests/test_dns.py +0 -0
- {mcpcap-0.5.2 → mcpcap-0.5.3}/tests/test_modules/test_icmp.py +0 -0
@@ -5,7 +5,7 @@ Welcome to the mcpcap developer guide! This section contains everything you need
|
|
5
5
|
## Quick Links
|
6
6
|
|
7
7
|
- **[Module Creation Tutorial](module-creation-tutorial.md)** - Step-by-step guide to creating new protocol analyzers
|
8
|
-
- **[CONTRIBUTING.md](../../../CONTRIBUTING
|
8
|
+
- **[CONTRIBUTING.md](../../../CONTRIBUTING)** - Full development setup and contribution guidelines
|
9
9
|
|
10
10
|
## Getting Started
|
11
11
|
|
@@ -13,7 +13,7 @@ We'll create an HTTP module that can:
|
|
13
13
|
## Prerequisites
|
14
14
|
|
15
15
|
Before starting, ensure you have:
|
16
|
-
- mcpcap development environment set up (see [CONTRIBUTING.md](../../../CONTRIBUTING
|
16
|
+
- mcpcap development environment set up (see [CONTRIBUTING.md](../../../CONTRIBUTING))
|
17
17
|
- Basic understanding of HTTP protocol
|
18
18
|
- Familiarity with Python and Scapy
|
19
19
|
|
@@ -400,7 +400,7 @@ Present findings with timestamps, evidence preservation notes, and clear documen
|
|
400
400
|
|
401
401
|
Now we need to register our HTTP module with the MCP server. Edit `src/mcpcap/core/server.py`:
|
402
402
|
|
403
|
-
```
|
403
|
+
```text
|
404
404
|
# Add import at the top
|
405
405
|
from ..modules.http import HTTPModule
|
406
406
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.5.
|
32
|
-
__version_tuple__ = version_tuple = (0, 5,
|
31
|
+
__version__ = version = '0.5.3'
|
32
|
+
__version_tuple__ = version_tuple = (0, 5, 3)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g8b1931cda'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|