Skip to content

Add bounded offline PCAP analysis to Traffic Explorer - #75

Merged
Adam-Ghanem merged 4 commits into
mainfrom
upgrade/offline-capture-ui
Sep 4, 2026
Merged

Add bounded offline PCAP analysis to Traffic Explorer#75
Adam-Ghanem merged 4 commits into
mainfrom
upgrade/offline-capture-ui

Conversation

@Adam-Ghanem

Copy link
Copy Markdown
Owner

Summary

  • add a PCAP/PCAPNG file picker directly to Traffic Explorer
  • call the existing authenticated /api/traffic/offline/analyze endpoint with raw capture bytes
  • require a dedicated explicit authorization confirmation for offline evidence
  • expose bounded packet and flow limits and reuse the current protocol/IP filters
  • render offline results through the existing traffic analysis view
  • keep offline analysis usable without live sensor NET_RAW privileges
  • retain metadata-only behavior and explicitly report that raw payload bytes are not retained

Tests

  • extend frontend contract coverage for the offline-analysis UI wiring, authorization control, bounded limits, raw upload content type, endpoint construction, and result rendering

Safety

This only analyzes capture files the operator owns or is authorized to assess. It does not add replay, injection, payload search, credential extraction, or active scanning behavior.

@Adam-Ghanem
Adam-Ghanem merged commit 89e7642 into main Sep 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant