[][src]Trait suricata_ipc::config::output::Output

pub trait Output {
    pub fn name(&self) -> &str;
pub fn render_messages(&self) -> String;
pub fn eve(&self) -> &EveConfiguration;
pub fn output_type(&self) -> OutputType; }

Required methods

pub fn name(&self) -> &str[src]

pub fn render_messages(&self) -> String[src]

pub fn eve(&self) -> &EveConfiguration[src]

pub fn output_type(&self) -> OutputType[src]

Loading content...

Implementors

impl Output for Alert[src]

impl Output for Dns[src]

impl Output for Files[src]

impl Output for Flow[src]

impl Output for Http[src]

impl Output for Smtp[src]

impl Output for Stats[src]

impl Output for Tls[src]

Loading content...