mirror of https://github.com/OISF/suricata
Put the precooked runmodes in a separate file.
parent
e95e5cb36a
commit
cfb605aa8a
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,14 @@
|
|||||||
|
#ifndef __RUNMODES_H__
|
||||||
|
#define __RUNMODES_H__
|
||||||
|
|
||||||
|
int RunModeIdsPcap(DetectEngineCtx *, char *);
|
||||||
|
int RunModeIdsPcap2(DetectEngineCtx *, char *);
|
||||||
|
int RunModeIdsPcap3(DetectEngineCtx *, char *);
|
||||||
|
|
||||||
|
int RunModeIpsNFQ(DetectEngineCtx *);
|
||||||
|
|
||||||
|
int RunModeFilePcap(DetectEngineCtx *, char *);
|
||||||
|
int RunModeFilePcap2(DetectEngineCtx *, char *);
|
||||||
|
|
||||||
|
#endif /* __RUNMODES_H__ */
|
||||||
|
|
||||||
Loading…
Reference in New Issue