IT
OmnvertImage • Document • Network

PCAP → Flows CSV

Upload a PCAP/PCAPNG, optionally add a Wireshark display filter, and export flows as CSV.

Preview

CSV preview will appear here after export.
Server-sideProcessed server-side

This tool uses a server-side service for processing; uploaded files or requests are not kept for long-term storage.

About

This tool summarizes packet captures into “flows” and exports them as a simple CSV, so you can quickly see which conversations dominate by volume. Upload a PCAP/PCAPNG and optionally add a Wireshark display filter to focus on the traffic you care about.

Use Top N and sorting (bytes/packets) to get a concise list you can paste into spreadsheets, tickets, or reports. DNS name enrichment can make endpoints easier to recognize when you’re triaging a capture.

Flows are ideal for quick investigation: identify top talkers, heavy ports, unexpected protocols, or a suspicious pair that deserves deeper packet-level inspection.

How it works

  1. 1Open PCAP → Flows CSV and choose your file or enter the required input.
  2. 2Check the settings and start the process.
  3. 3The tool creates the result with temporary server-side processing.
  4. 4Download the output or copy the result when it is ready.

FAQ

What does “flow” mean here?
A flow is a summarized conversation (typically 5-tuple: src/dst IP, ports, protocol) with totals like bytes and packets.
Can I filter before exporting?
Yes. Use a Wireshark display filter to export only matching traffic.
What is included in the CSV?
Flow identifiers plus counters (bytes/packets) and optional DNS names if enabled.
Why do I see fewer rows than packets?
Many packets belong to the same flow; flows aggregate multiple packets into one row.
Is the capture stored?
The file is processed to produce the CSV and is not intended to be retained.