Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 536 Bytes

File metadata and controls

18 lines (12 loc) · 536 Bytes

Support

Use GitHub Issues for reproducible bugs, documentation gaps, and feature requests.

Before opening a RAW/Npcap issue, include the output of:

dotnet run --project .\src\PtpLabClock.Console -- --list
dotnet run --project .\src\PtpLabClock.Console -- --raw-self-test --adapter-index <n> --domain 0

Also include the Wireshark display filter used for verification:

eth.type == 0x88f7 or ptp

For protocol issues, attach a small PCAP generated by --validate-protocol --export-pcap when possible.