Is there a way to get a list of tcp, udp connections and processes they are associated with?
I did this in windows by using "GetExtendedTcpTable()" and "GetExtendedUdpTable()" And i want to achieve the same thing in linux.
Can someone help?
thank you.