Commit 471f442
Mateusz
Refactor CBOR capture inspector into src.core.wire_capture.inspection
Move logic from scripts/inspect_cbor_capture.py into modular package (loader, metadata, correlation, filters, issues, analysis, render, export, app orchestration). Thin script keeps epilog and prepends repo root for imports.
Use writeln() instead of print in src to satisfy no-print policy. Loader keeps unbounded entry count for inspection vs CaptureReader cap.
Update usage_report, repro script, and tests to import from src; add unit test for header validation.
Made-with: Cursor1 parent cac357c commit 471f442
24 files changed
Lines changed: 2593 additions & 2289 deletions
File tree
- dev/scripts
- scripts
- src/core/wire_capture
- inspection
- tests
- scripts
- unit
- simulation
- wire_capture/inspection
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments