Analysis Dashboard Ready
Use Uploads from the left panel to analyze a .pcap or .pcapng file.
Executive Summary
No capture has been analyzed yet. The dashboard will populate after the backend finishes the PCAP analysis pipeline.
Protocol Distribution
Top Talkers
Layered Troubleshooting Evidence
TraceLens classifies packet evidence by network layer so the dashboard, API, and PDF explain where the issue is likely visible.
Key Findings
TCP Issues
- Waiting for TCP analysis.
DNS Performance
- Waiting for DNS analysis.
TLS Analysis
- Waiting for TLS analysis.
Flow Health
- Waiting for flow analysis.
Timeline Overview
Developer API
Upload PCAP files programmatically and receive structured TraceLens JSON analysis. PDF reports stay in the dashboard.
API Key
This key is auto-generated for your anonymous dashboard session.
Endpoints
/api/v1/analyze
/api/v1/jobs/{job_id}
/api/v1/jobs/{job_id}/result
/api/v1/jobs/{job_id}/export
1000 analyses / month
Quick Start
curl
Loading...
Python
Loading...
Help
Minimal guide for using TraceLens dashboard and Developer API.
Dashboard Upload
Click Uploads, select a PCAP/PCAPNG file, then wait for live progress. When completed, the dashboard fills with protocol and layer findings.
Layered Evidence
L2 covers ARP/local segment signals. L3 covers IP, ICMP, MTU, and fragmentation. L4 covers TCP/UDP transport. L7 covers DNS, TLS, and HTTP.
Developer API
Open Developer API, copy your API key, upload to /api/v1/analyze, poll status, then fetch JSON result.
Privacy Reminder
PCAP files can contain sensitive IPs, domains, metadata, and payload fragments. Upload only captures you are authorized to analyze.