docs(01-02): complete capture package plan
- Add 01-02-SUMMARY.md with capture package implementation details - Mark requirements CAPT-01, CAPT-02, CAPT-04 complete in REQUIREMENTS.md
This commit is contained in:
@@ -9,10 +9,10 @@ Requirements for initial release. Each maps to roadmap phases.
|
||||
|
||||
### Packet Capture
|
||||
|
||||
- [ ] **CAPT-01**: User can specify network interface via `-i` flag
|
||||
- [ ] **CAPT-02**: User can list available network interfaces via `--list-interfaces`
|
||||
- [x] **CAPT-01**: User can specify network interface via `-i` flag
|
||||
- [x] **CAPT-02**: User can list available network interfaces via `--list-interfaces`
|
||||
- [ ] **CAPT-03**: Capture runs until user presses Ctrl+C, then gracefully flushes and saves MP3
|
||||
- [ ] **CAPT-04**: User sees a clear actionable error message when lacking capture privileges (sudo/CAP_NET_RAW hint)
|
||||
- [x] **CAPT-04**: User sees a clear actionable error message when lacking capture privileges (sudo/CAP_NET_RAW hint)
|
||||
- [ ] **CAPT-05**: User can filter captured traffic using BPF syntax via `--filter` flag
|
||||
- [ ] **CAPT-06**: User can sonify a pcap file instead of live traffic via `--read` flag
|
||||
|
||||
@@ -66,10 +66,10 @@ Which phases cover which requirements. Updated during roadmap creation.
|
||||
|
||||
| Requirement | Phase | Status |
|
||||
|-------------|-------|--------|
|
||||
| CAPT-01 | Phase 1 | Pending |
|
||||
| CAPT-02 | Phase 1 | Pending |
|
||||
| CAPT-01 | Phase 1 | Complete |
|
||||
| CAPT-02 | Phase 1 | Complete |
|
||||
| CAPT-03 | Phase 3 | Pending |
|
||||
| CAPT-04 | Phase 1 | Pending |
|
||||
| CAPT-04 | Phase 1 | Complete |
|
||||
| CAPT-05 | Phase 4 | Pending |
|
||||
| CAPT-06 | Phase 4 | Pending |
|
||||
| CLAS-01 | Phase 1 | Complete |
|
||||
|
||||
Reference in New Issue
Block a user