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

Enhanced TCP session handling #89

Closed
jelu opened this issue Aug 25, 2017 · 0 comments
Closed

Enhanced TCP session handling #89

jelu opened this issue Aug 25, 2017 · 0 comments
Projects

Comments

@jelu
Copy link
Member

jelu commented Aug 25, 2017

With the addition of parsing ongoing TCP sessions, it may be the case that the start of the packets does not correspond with the start of the DNS query, because of various TCP buffering or delayed sending that can happen in the kernel.

This deliverable will implement additional ways of handling ongoing TCP sessions by trying to find the DNS query and response within the stream.

@jelu jelu added this to DNSCAP core in rssm Aug 25, 2017
jelu added a commit to jelu/dnscap that referenced this issue Jan 14, 2018
- Add TCP stream reassembly
- New extended options:
  - `reassemble_tcp`: Use to enable TCP stream reassembly
  - `reassemble_tcp_faultreset`: Number of faults before reseting TCP
    state when reassembly is enabled
- Add test with TCP stream that missing multiple packets in the middle
jelu added a commit that referenced this issue Jan 14, 2018
Issue #89: TCP stream reassemble
jelu added a commit to jelu/dnscap that referenced this issue Feb 1, 2018
@jelu jelu closed this as completed in 709aba6 Feb 1, 2018
jelu added a commit that referenced this issue Feb 1, 2018
Fix #89: Add additional reassembly layers that parses the payload byt…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
rssm
DNSCAP core
Development

No branches or pull requests

1 participant