Capture and search
Configure packet recording, search history, compare traces, export evidence, and replay traffic.
Capuris Control separates recording from investigation. Capture settings determine what is written to disk; search settings create a smaller result from the stored PCAP data. Keep the original capture when an investigation requires a defensible source record.
Configure a capture port
Open the capture page and select a port. Before changing settings, verify the physical connector, link state, received packet counter, and available storage.
| Setting | Purpose |
|---|---|
| Port alias | Identifies the observation point in searches and exports |
| File name or prefix | Makes capture files recognizable outside the interface |
| Capture directory | Selects the storage location |
| Timestamp mode | Controls recorded timestamp precision on supported hardware |
| File increment | Starts a new file by elapsed time, packet count, or size |
| Rotation | Reuses space according to the configured retention behavior |
| Compression | Reduces storage for suitable traffic at additional processing cost |
| Packet slicing | Retains only the configured number of bytes from each packet |
| Out-of-sequence detection | Tracks ordering behavior when supported |
| Merge ports | Writes selected inputs into a shared capture stream |
Use short files when operators need quick indexing and transfer. Use larger files when file-count overhead matters more. Test the chosen boundary under representative load.
WARNING Packet slicing permanently removes payload bytes beyond the selected length. Confirm that the remaining headers and payload are sufficient before enabling it on production evidence.
Apply capture filters
Filters reduce the data written to disk. They can preserve scarce capacity, but traffic excluded at capture time cannot be recovered later.
- Enable filtering on the selected port.
- Choose an unused filter number.
- Set the priority when multiple rules may match.
- Define the protocol, VLAN, address, or port criteria.
- Decide whether unmatched traffic should also be captured.
- Save the filter and review the resulting summary.
- Generate both matching and nonmatching test traffic and confirm the result.
TCP and UDP rules may match a source port, destination port, or either direction. Use the narrowest rule that still answers the operational question. Document every persistent filter with its owner and reason.
Start and monitor recording
Review the port, directory, file prefix, rotation policy, slicing, and filters, then start capture. During the first few minutes, watch:
- capture state and elapsed time;
- packets and bytes received;
- packets dropped by the capture pipeline;
- file creation and growth;
- free storage and rotation behavior;
- adapter and link errors.
If drops increase, reduce the offered load or optional processing and confirm that the appliance was sized for the traffic. Do not treat a completed file as proof of lossless recording; the drop counters are the authoritative check.
Schedule a capture
Use the scheduler for a planned maintenance window or recurring observation period.
- Set the start date and hour in the appliance time zone.
- Set a duration long enough to include setup and rollback activity.
- Choose the capture ports and confirm their storage settings.
- Configure a remote backup target only if it has been tested separately.
- Save the schedule and verify the pending job in the capture-progress view.
Avoid overlapping jobs that write the same port or exhaust the same storage pool. After the window, confirm that the job started, ended, and produced the expected files.
Merge multiple ports
Merged capture is useful for a bidirectional TAP or two observation points that share a timeline. Select the contributing ports, enable merge behavior, and choose one destination. Before relying on packet ordering, verify that all inputs use the same synchronized time source and that aggregate throughput remains within the supported capture profile.
Record the port mapping in the investigation notes so an analyst can distinguish traffic direction later.
Search packet history
Start with the smallest useful time range and add filters only as needed.
- Select the source capture files or directory.
- Set start and end timestamps, including the correct time zone.
- Add known endpoints, VLANs, ports, protocols, or an expression.
- Choose an output directory and a descriptive result name.
- Set an output limit when a broad search could create a very large file.
- Run the search and monitor its state.
- Review the result table and open the packet viewer.
The packet viewer is appropriate for a quick inspection of timestamps, endpoints, protocol fields, and packet bytes. Export the result when deeper analysis or external sharing is required.
Search controls
| Control | Use it when… |
|---|---|
| Output size or packet limit | The result must stay reviewable or transferable |
| Packet slicing | The exported result should omit payload beyond a fixed length |
| Reorder output PCAP | Multiple source files need to be arranged by packet timestamp |
| VLAN or VXLAN ID | The relevant traffic belongs to a known logical segment |
| Protocol | A decoder or IP protocol narrows the event |
| Port | A known service port identifies the flow |
| Expression | A BPF-style condition describes the target precisely |
| Inline filter | A saved set of rules must be applied together |
| GTP search | Mobile user-plane identifiers are part of the investigation |
Reordering can add processing time. Use it when chronological output matters, especially after merging files from several sources.
Write a focused expression
Begin with a simple condition, confirm that it matches, then add constraints. Representative BPF-style expressions include:
host 192.0.2.10
src host 192.0.2.10 and dst port 443
tcp and net 198.51.100.0/24
vlan 120 and udp port 53Protocol support and extended syntax depend on the installed release. Test a new expression on known traffic before using it for an incident-wide search.
Manage capture files
The capture-file view lists recent PCAP data and its location. Use it to confirm file timestamps and size before a search or transfer. Index older files when the platform requires an index for efficient lookup.
WARNING Clearing a PCAP folder is destructive. Verify the exact directory, retention approval, backup state, and active capture target before deletion.
For uploads, choose the approved destination, transfer the PCAP, and wait for the file size to stabilize before indexing or searching it. For downloads, create a focused result whenever possible instead of transferring an entire retention set.
Compare network traces
Trace comparison helps identify where two captures begin to differ.
- Choose synchronized captures of the same traffic from two points or two time periods.
- Apply equivalent filters to both inputs.
- Match flows using the available endpoint and protocol fields.
- Compare packet presence, ordering, timing, retransmissions, and resets.
- Save the comparison result with labels that identify location and time.
A packet present at one observation point but absent at the next narrows the loss domain. Packets present at both points with growing delay indicate where latency was introduced.
Create a latency report
Choose the relevant input, endpoints, time range, and protocol, then generate the report. Review sample count as well as minimum, average, percentile, and maximum values. A single average can hide bursts, so correlate outliers with the underlying packets and compare them with a healthy interval.
Replay traffic safely
Traffic replay transmits packets and can affect other systems. Use an isolated lab or an explicitly approved test segment.
- Select a reviewed PCAP.
- Choose the dedicated replay adapter.
- Configure loop behavior only when repeated transmission is intentional.
- Confirm cabling, destination, and expected rate.
- Begin replay and watch adapter counters.
- Stop replay before changing files, adapters, or topology.
Never replay captured production credentials or sensitive payloads into an environment that is not authorized to receive them.
Package investigation evidence
For each conclusion, retain:
- original capture location and immutable copy, when required;
- capture point, port alias, and time source;
- start and end time with time zone;
- search expression and output limits;
- focused PCAP and its checksum;
- screenshots or exported reports that support the finding;
- a short statement of observed and expected behavior.
For deeper visualization, continue with Insight analytics. For collection problems, use Support and troubleshooting.