draios / sysdig

Linux system exploration and troubleshooting tool with first class support for containers
http://www.sysdig.com/
Other
7.69k stars 728 forks source link

CSysdig Rendering IPv6 Addresses For IPv4 Addresses? #2056

Closed breagan1983 closed 2 months ago

breagan1983 commented 6 months ago

csysdig -v connections image

sysdig -p '%proc.pid %proc.name %fd.lip %fd.lport %fd.rip %fd.rport' '(fd.type=ipv4 or fd.type=ipv6) and fd.name!=""' image

Tried running it as a container instead of install through apt, same thing.

P.S. This is such an amazing tool, thank you so much! I tried to dig through what I could understand in the various curses.(h|cpp), but I couldn't find much on rendering the fd.lip and fd.rip. Didn't find any other issues with this case outside of the initial IPv6 support issues way back.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.