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

[feature] Support UDP protocol. #233

Open
yswdqz opened this issue Dec 31, 2024 · 2 comments
Open

[feature] Support UDP protocol. #233

yswdqz opened this issue Dec 31, 2024 · 2 comments
Assignees

Comments

@yswdqz
Copy link

yswdqz commented Dec 31, 2024

Is your feature request related to a problem? Please describe.
In the current network, tasks like DNS requests or the reporting of certain metrics are often carried out using UDP packets. However, Kyanos currently does not support UDP. Therefore, this issue has been raised to request support for UDP protocol parsing.

Describe the solution you'd like

  1. parse_skb function add UDP support.
  2. kprobe udp_rcv / udp_sendmsg(maybe need change)
  3. add DNS Protocol support at L7.
@yswdqz
Copy link
Author

yswdqz commented Dec 31, 2024

And I will work on it, please assign to me.

@hengyoush
Copy link
Owner

Thanks for the suggestion! Feel free to ask me any question if you run into any problems.

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

2 participants