Add support for `/proc/net/raw`
/proc/net/raw can be used to view raw sockets and those that follow ICMP protocol
Can I work on this issue?
Sure, please go ahead
Also I wanted to ask, are there more ways to collect per-socket entries for icmp sockets, not just the raw ones, like ping command uses datagram socket type and not raw socket type..thanks!!
@eminence Also the parsing for the /proc/net/raw file is very similar to that done in /proc/net/udp, should I just imitate the code done in udp for raw or create some common interface that can handle both udp and raw files? I am a bit new to rust so I would appreciate your help!!