Skip to content

Commit a9b5829

Browse files
authored
Merge pull request #125203 from SaschaJohn/patch-2
Update packet-capture.md
2 parents 52c3616 + dec3689 commit a9b5829

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
@@ -29,10 +29,12 @@ The following examples of JSON and a JSON schema provide explanations of each pr
2929
- You can't run multiple gateway-wide packet captures at the same time.
3030
- 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.
3131
- 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.
3334

3435
> [!NOTE]
3536
> 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".
3638
3739
**Example JSON**
3840

0 commit comments

Comments
 (0)