Skip to content

In the UnixNetEntry structure there are missing fields #312

@acsecengtesting

Description

@acsecengtesting

In procfs on Linux - Num RefCount Protocol Flags Type St Inode Path

The docs say
#[non_exhaustive]
pub struct UnixNetEntry {
pub ref_count: u32,
pub socket_type: u16,
pub state: UnixState,
pub inode: u64,
pub path: Option<PathBuf>,
}

What is the best way to get the additional fields added? I'm mainly interested in Flags. Happy to do some legwork but am not an experienced rust developer so might need a bit of help :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions