TraceFixture Deterministic Packet Fixture Packs
Source: this release’s synthetic input → 6 output files. Observed 2026-09-08. Coverage: one example within the supported profile.
TraceFixture constructs an Ethernet/IPv4/UDP PCAP from packets you declare, applying deterministic loss, duplication, and time scaling. It is meant for offline test suites that need a stable, repeatable capture to replay, rather than live traffic. Your supplied payloads are placed into the capture as given, so you control exactly what each fixture contains.
Construct loss and duplication capture fixtures for offline testsTurn your input into a checked artifact
Load the synthetic example to explore the format, or choose your own supported JSON file. Processing happens on this device. Your input is not uploaded. The first run downloads the processing engine.
Keep your original source. Unsupported inputs return an explanation. These workflows implement the stated mathematical or file-format checks; they do not establish physical performance, language quality or real-world reliability.
Your generated files
Download result ZIP| Artifact | Size | SHA-256 prefix |
|---|
Result details and file checksums
A repeatable input-to-output workflow
Declare your packets, payloads, and the loss, duplication, and time-scaling rules as JSON.
The tool builds an Ethernet/IPv4/UDP PCAP applying those rules deterministically.
You download the capture fixture to replay in your offline test tooling.
What you receive
- A deterministic Ethernet/IPv4/UDP PCAP file
- The applied loss, duplication, and time-scaling record
- A manifest of packets included in the fixture
Supported scope and limits
- Constructs files only; no network sending
- No TCP support and no pcapng conversion
- Supplied payloads are retained as given, not anonymized
- Scope is limited to declared Ethernet/IPv4/UDP packets
Read the exact input profile and examples. Start with the supplied template; this release does not guess missing settings.
Inspect the synthetic example
Input and actual engine output, available before any purchase.
Example provenance: synthetic source fixture, generated and checked on 2026-09-08. The following sizes and hashes are counted from the downloadable result ZIP; they are not customer data or performance claims.
| File in example | Bytes | SHA-256 prefix |
|---|---|---|
| README.md | 1,090 | 8e62f954343c |
| baseline.manifest.json | 620 | 2e7506a380fe |
| baseline.pcap | 144 | 06ae3eb6c24d |
| loss.manifest.json | 613 | e6c3bbb95c42 |
| loss.pcap | 144 | 8449c67a1a2c |
| verifier.py | 11,109 | 9583e863a544 |
Before you start
Does it send packets on the network?
No. It only constructs a capture file for offline replay in your own tooling.
Can it handle TCP or pcapng?
No. It builds Ethernet/IPv4/UDP PCAP only and does not convert to pcapng.
Reference material
These sources describe the surrounding formats and established tools. They do not endorse this product or prove demand for it.