You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/vpn-gateway/packet-capture.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,12 @@ The following examples of JSON and a JSON schema provide explanations of each pr
29
29
- You can't run multiple gateway-wide packet captures at the same time.
30
30
- 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.
31
31
- 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.
32
-
- The unit for MaxPacketBufferSize is bytes and MaxFileSize is megabytes
32
+
- The unit for MaxPacketBufferSize is bytes.
33
+
- The unit for MaxFileSize is megabytes.
33
34
34
35
> [!NOTE]
35
36
> Set the **CaptureSingleDirectionTrafficOnly** option to **false** if you want to capture both inner and outer packets.
37
+
> 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".
0 commit comments