opensnitch/daemon/netlink
Gustavo Iñiguez Goia c1e8bc3156 netlink: de/serialize ipv6, dump socket list
- De/Serialize IPv6 connections.
- Added SocketsDump() to list all sockets currently in the kernel.
- [proc details] Resolve all the sockets an application has opened
  and translate them to network data, e.g:
  ```
  ls -l /proc/1234/fd/
    0  ... 25 -> socket[12345678]
  ```
  to
  ```
    0 .... 25 -> socket[12345678] - 54321:10.0.2.2 -> github.com:443,
  state: established
  ```
2020-11-20 00:53:29 +01:00
..
socket.go netlink: de/serialize ipv6, dump socket list 2020-11-20 00:53:29 +01:00
socket_linux.go netlink: de/serialize ipv6, dump socket list 2020-11-20 00:53:29 +01:00