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

Implement DNS cache support #8703

Open
lucaderi opened this issue Sep 5, 2024 · 0 comments
Open

Implement DNS cache support #8703

lucaderi opened this issue Sep 5, 2024 · 0 comments

Comments

@lucaderi
Copy link
Member

lucaderi commented Sep 5, 2024

This is to request to implement

  • DNS cache created decoding DNS traffic (A and AAAA traffic) whose entries respect the DNS traffic TTL, with some upper-bound values to avoid exhausting all the resources
  • The cache will contain as key - and as value the symbolic name requested
  • As DNS packets can contain several responses, the above cache has to contain one entry per response detected
  • For each flow, using the above cache, it should be possible to populate the server name even for protocols (e.g. FTP or BitTorrent) that with DPI cannot provide this information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant