[][src]Trait suricata_ipc::prelude::AsIpcPacket

pub trait AsIpcPacket {
    pub fn timestamp(&self) -> &SystemTime;
pub fn data(&self) -> &[u8]; }

Required methods

pub fn timestamp(&self) -> &SystemTime[src]

pub fn data(&self) -> &[u8][src]

Loading content...

Implementations on Foreign Types

impl AsIpcPacket for Packet[src]

Loading content...

Implementors

Loading content...