Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

trace: support DNS protocol #149

Open
achille-roussel opened this issue Jun 29, 2023 · 0 comments
Open

trace: support DNS protocol #149

achille-roussel opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@achille-roussel
Copy link
Contributor

achille-roussel commented Jun 29, 2023

When inspecting network traffic with timecraft trace request, it would be useful to have DNS requests and responses displayed. It is even more important now that Go guests may use net.Resolver which is going to send DNS queries over UDP sockets (see dispatchrun/net#16).

We do not yet have a precedent for managing datagram messages in internal/debug/tracing, so a major part of this work will be figuring out how to do that and whether the abstractions we have in place need to be modified to support this use case.

@chriso chriso added the enhancement New feature or request label Jun 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants