procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Add support for `/proc/net/raw`

Open AdvH039 opened this issue 4 months ago • 4 comments

/proc/net/raw can be used to view raw sockets and those that follow ICMP protocol

AdvH039 avatar Oct 18 '25 15:10 AdvH039

Can I work on this issue?

AdvH039 avatar Oct 18 '25 15:10 AdvH039

Sure, please go ahead

eminence avatar Oct 18 '25 20:10 eminence

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!!

AdvH039 avatar Oct 19 '25 09:10 AdvH039

@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!!

AdvH039 avatar Oct 19 '25 09:10 AdvH039