You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/log-pcap.h

14 lines
287 B
C

/** Copyright (c) 2009 Open Information Security Foundation
*
* \author Breno Silva <breno.silva@gmail.com>
*/
#ifndef __PCAP_LOG_ALERT_H__
#define __PCAP_LOG_ALERT_H__
void TmModulePcapLogRegister (void);
OutputCtx *PcapLogInitCtx(ConfNode *);
#endif /* __PCAP_LOG_ALERT_H__ */