547
edits
(Created page with "== PCAP replay error messages == === Incident during PCAP replay === Packet recordings can be reanalyzed by replaying a PCAP file or the packet ring buffer. If the size of t...") |
No edit summary |
||
Line 12: | Line 12: | ||
Reasons: | Reasons: | ||
* the pcap file or ring buffer is too large to fit into the in-memory DB. This can also happen even if the memory usage shown in [[ | * the pcap file or ring buffer is too large to fit into the in-memory DB. This can also happen even if the memory usage shown in [[System Info Page]] is still below 90% due to some internal buffers which can be too small depending on the initial memory size. | ||
* the available storage for the optional replay buffer is too small. The replay buffer is used to extract packets from PCAP replays (from storage or via browser upload). | * the available storage for the optional replay buffer is too small. The replay buffer is used to extract packets from PCAP replays (from storage or via browser upload). | ||
edits