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 0Also 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.