Docs
A concise quick start for the Network Dataflow Analyzer (NDA). Learn the core workflow: ingest, filter, inspect, annotate, and export.
What NDA is (and isn’t)
- A fast visual analyzer for PCAP-based investigations.
- A workflow tool: filtering, projects, annotations, exports, and diffs (edition/build dependent).
NDA isn’t a live IDS/IPS or a TLS decryption tool.
Data handling & privacy
- NDA performs analysis locally and does not upload your PCAP by default.
- Desktop builds store projects and exports locally.
- Web builds use browser storage for persistence when available.
- Optional experiences (for example feedback forms) may open external links; core investigation works offline.
Loading data (ingest)
Supported inputs commonly include:
.pcap / .pcapng
.ndap projects
.csv asset enrichment (license-dependent)
Tip: Use a Demo dataset (when available) to learn features without using production captures.
After ingest, counters update (Nodes/Edges/Packets/Bytes) and the graph renders on the canvas.
Core concepts
- Nodes are endpoints; edges are communications (flows).
- Filters narrow what you see; time window narrows when it happened.
- Layouts arrange the graph; use pins/Lock Positions to preserve a manual arrangement.
Filter language
Paste these into the search box:
proto:modbus port:502
ip in 192.168.0.0/24 AND NOT flag:insecure
(type:plc OR type:hmi) AND vendor:siemens
bytes>50m AND duration>10
meta.Owner:"Network Ops" AND country:US
Tip: AND is implicit: a b c means a AND b AND c.
Quick filters
For fast narrowing, look for toggles like:
- Hide Internet
- Hide Broadcast
- OT only
- Highlight insecure
Exporting
- Open Export Hub from the toolbar or
Ctrl/Cmd+Shift+E.
- Visual exports: PNG / SVG / PDF for report-ready diagrams.
- Data exports: CSV (flows/inventory) and other formats (build-dependent).
Projects & sharing (.ndap)
- Projects preserve your investigation workspace: filters, time window, layout, annotations, and more.
- Save with
Ctrl/Cmd+S (or use the toolbar).
- Read-only
.ndap exports are designed for safe sharing (license-dependent).
Compare captures (Graph Diff)
Compare two states of the graph to highlight added, removed, or changed nodes/flows.
- Use Snapshots (A/B) for before/after comparisons; use Timeline for two time slices.
- Set byte/percent thresholds to reduce noise.
- Toggle diff with
D (when not typing).
Graph Diff availability is edition/build dependent.
Annotations & icons
- Right-click the canvas to add text, shapes, connectors, or images.
- Use predefined icons (firewall, router, switch, server, workstation, OT/IoT) or upload your own.
- Group items for cleaner diagrams and faster exports.
Handy shortcuts
Ctrl/Cmd+/ focus search
Ctrl/Cmd+Shift+F fit full graph
Ctrl/Cmd+Shift+E open Export Hub
Ctrl/Cmd+S save project
Ctrl/Cmd+P toggle docked panels
Troubleshooting basics
- Blank canvas after ingest: fit graph, reset filters, and confirm the full time window.
- Missing features: check Settings > License and confirm your edition/build.
- Need help: start at Support or submit a bug.