Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ Refer to [WARP diagnostic logs](/cloudflare-one/connections/connect-devices/warp
- Windows devices do not support concurrent remote captures. If you start a remote capture while another is in progress, the second capture will fail immediately.

- PCAPs will fail on Windows if you have another third-party packet capture tool (such as, Packet Monitor `pktmon`) running.

- [`capture-default.pcap`](https://developers.cloudflare.com/cloudflare-one/insights/dex/remote-captures/#limitations:~:text=capture%2Ddefault.pcap) (packet captures on the default network interface) is not available for devices configured with a non-English language. The WARP client runs `pktmon list --json` to query network adapters, but because `pktmon` uses the system language settings directly, systems configured with a non-English language are not compatible with our English-only parser.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pcaps on other interfaces could also fail with a non-English language, so we can probably leave out any specific interface information.

I think something like this should be enough:
"On Windows, packet captures may fail on devices configured with a non-English language due to limitations with the underlying PktMon tool"