Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@Asphaltt Asphaltt released this 25 May 13:35
· 6 commits to main since this release
e35b34f

Release v0.1.0

After forking from github.com/cilium/pwru, vista does many enhanced things.

First, vista supports tracing iptables, separating from skb tracing, like the way of github.com/Asphaltt/skbtracer-iptables.

Second, vista supports tracing sk functions, like the way of skb tracing.

Third, vista supports tracing tcp sockets.

Fourth, vista supports tracing xdp bpf programs, like tracing tc-bpf programs.

Finally, vista supports capturing packets while tracing xdp/tc bpf programs.

Especially for the capturing packets feature, it can record the xdp/tc bpf programs return value meanwhile, like

image

Full Changelog: https://github.com/Asphaltt/vista/commits/v0.1.0