mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() - 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 ``` |
||
---|---|---|
.. | ||
socket.go | ||
socket_linux.go |