You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
parse_skb function add UDP support.
kprobe udp_rcv / udp_sendmsg(maybe need change)
add DNS Protocol support at L7.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: