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

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

Required methods

fn timestamp(&self) -> &SystemTime

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

Loading content...

Implementations on Foreign Types

impl AsIpcPacket for Packet[src]

Loading content...

Implementors

Loading content...