Crate netlink_packet_audit[][src]

Re-exports

pub use self::status::*;
pub use self::rules::*;
pub use self::constants::*;

Modules

Structs

audit specific implementation of NetlinkMessageCodec due to the protocol violations in messages generated by kernal audit.

A raw Netlink buffer that provides getters and setter for the various header fields, and to retrieve the payloads.

A Netlink header representation. A netlink header has the following structure:

Represent a netlink message.

Enums