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

Backport - DNS over TCP clean-up and improvements #643

Merged
merged 3 commits into from
Jan 7, 2016

Conversation

McStork
Copy link
Contributor

@McStork McStork commented Jan 6, 2016

Cherry-pick of DNS over TCP #554 #651

@McStork McStork changed the title DNS over TCP clean-up and improvements Backport - DNS over TCP clean-up and improvements Jan 6, 2016
@andrewkroh
Copy link
Member

I forgot this on the original PR, can you please add a note to the change log about adding support for the DNS protocol over TCP.

* Use RFC 1035 'bytes offset' to decode DNS over TCP payloads
* Correct Streams management
* Improve error management (for Debug and published Notes)
* Tests improvement
* Split files of ```package dns```

Minor changes:
* Change the name of dnsPrivateData to dnsConnectionData to reflect
the naming used in other applayers
* Split the ```Parse()``` method in multiple functions to comply more with the code convention
 used in other applayers implementation
* Remove a PCAP file from the previous and first DNS over TCP pull request
* Introduce a README.md file
* Use printf format in all debug messages
* Rename err in handleDecode
* Remove a useless pointer assignement and move another one into a if statement
@McStork McStork force-pushed the cherry1.1-dns-tcp branch from 59c7da4 to dcd2db3 Compare January 7, 2016 13:38
@McStork
Copy link
Contributor Author

McStork commented Jan 7, 2016

I think that's about it for the cherry picking.

andrewkroh added a commit that referenced this pull request Jan 7, 2016
Backport - DNS over TCP clean-up and improvements
@andrewkroh andrewkroh merged commit 8f15afd into elastic:1.1 Jan 7, 2016
@McStork McStork deleted the cherry1.1-dns-tcp branch January 8, 2016 10:45
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

Successfully merging this pull request may close these issues.

2 participants