Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare JSON representation of dns-packet with new RFC 8427 #40

Open
pusateri opened this issue Jul 24, 2018 · 2 comments
Open

Compare JSON representation of dns-packet with new RFC 8427 #40

pusateri opened this issue Jul 24, 2018 · 2 comments

Comments

@pusateri
Copy link
Contributor

This new RFC describes a JSON format for dns packets. This issue is a placeholder to look at the differences between what we're doing and the RFC to determine if we want to make any adjustments.

https://tools.ietf.org/html/rfc8427

@silverwind
Copy link
Collaborator

This format looks quite different from ours. I'm thinking that if we want to support it, we could do so via dedicated methods encodeFromJSON and decodeToJSON. Where is this new format expected to be used?

@pusateri
Copy link
Contributor Author

Good point. It's too early to tell if it will catch on so it's probably better to wait and see what tools use it that we may want to interoperate with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants