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

DNS over TCP #386

Closed
wants to merge 17 commits into from
Closed

DNS over TCP #386

wants to merge 17 commits into from

Commits on Oct 25, 2015

  1. Attempt at implementing Parse for Tcp.

    TODO: Check DNS message validity using the offset variable
    Do basic tests
    root committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    106ca37 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Configuration menu
    Copy the full SHA
    8f384cd View commit details
    Browse the repository at this point in the history
  2. DNS over TCP

    parse function almost over
    TODO : testing parse func
    McStork committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    d60bc87 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Merge https://github.com/elastic/packetbeat into dns

    update with master
    root committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    9f45d53 View commit details
    Browse the repository at this point in the history
  2. Some testing

    TODO: Tests must validate and help complete dns.go
    McStork committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    345434f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. All tests copied from Udp and adapted to Tcp work

    TODO: Need to add new tests with multiple packets TCP stream
    McStork authored and McStork committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    ea0ab2e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Merge https://github.com/elastic/packetbeat into dns

    keeping up with master
    McStork authored and McStork committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    046188f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Cleaned dns.go and added test for split TCP

    TODO: The test raise an error, correct it
    McStork authored and McStork committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    cd39d5b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Split test fixed

    TODO: integration test
    McStork authored and McStork committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    2b66996 View commit details
    Browse the repository at this point in the history
  2. Merge https://github.com/elastic/packetbeat into dns

    Keeping up
    McStork authored and McStork committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    3316b60 View commit details
    Browse the repository at this point in the history
  3. Add test for Gap

    TODO: Integration test
    McStork authored and McStork committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    6b6c3a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Merge https://github.com/elastic/packetbeat into dns

    Merge from master
    root committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    5ad2ac3 View commit details
    Browse the repository at this point in the history
  2. modified comment

    McStork authored and McStork committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    d7f2562 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Merge https://github.com/elastic/packetbeat into dns

    merge from master
    McStork authored and McStork committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    578ce21 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Add a failing integration test :(

    TODO : make it work
    McStork authored and McStork committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    ffa0246 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Make the TCP integration test work.

    Comment all the TCP unit tests that need proper []byte for request and
    response but fail to decode it for now...
    McStork committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    abf04e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07afa0 View commit details
    Browse the repository at this point in the history