Skip to content

Commit 2abf30e

Browse files
authored
Update packet-capture.md
Add learnings from Case 2412140050000145
1 parent 661cd74 commit 2abf30e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/vpn-gateway/packet-capture.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ The following examples of JSON and a JSON schema provide explanations of each pr
2727
- You can't run multiple gateway-wide packet captures at the same time.
2828
- You can't run multiple packet captures on a single connection at the same time. You can run multiple packet captures on different connections at the same time.
2929
- A maximum of five packet captures can be run in parallel per gateway. These packet captures can be a combination of gateway-wide packet captures and per-connection packet captures.
30-
- The unit for MaxPacketBufferSize is bytes and MaxFileSize is megabytes
30+
- The unit for MaxPacketBufferSize is bytes
31+
- The unit for MaxFileSize is megabytes
3132

3233
> [!NOTE]
3334
> Set the **CaptureSingleDirectionTrafficOnly** option to **false** if you want to capture both inner and outer packets.
35+
> When analyzing pcap files containing packets that got truncated due to the **MaxPacketBufferSize** setting, this may result in unexpected warnings like "TCP Previous segment not captured" and "TCP ACKed unseen segment"
3436
3537
**Example JSON**
3638

0 commit comments

Comments
 (0)