Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #352 from 0xrawsec/main
Browse files Browse the repository at this point in the history
Generating sockaddr_in6 struct and read accessors
  • Loading branch information
rsdy authored Dec 8, 2022
2 parents b91b3a8 + 0eea42e commit 5533198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redbpf-probes/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const XDP_TYPES: &[&'static str] = &[
"^unix_sock$",
"^sockaddr$",
"^sockaddr_in$",
"^sockaddr_in6$",
"^in_addr$",
"^tcp.*_sock$",
"^udp.*_sock$",
Expand All @@ -59,6 +60,7 @@ const READ_ACCESSORS: &[&'static str] = &[
"sock",
"sockaddr",
"sockaddr_in",
"sockaddr_in6",
"in_addr",
// file-system
"file",
Expand Down

0 comments on commit 5533198

Please sign in to comment.