Bug #392 ยป 0001-pcap-fix-auto-runmode.patch
| src/runmode-pcap.c | ||
|---|---|---|
|
int RunModeIdsPcapAuto(DetectEngineCtx *de_ctx)
|
||
|
{
|
||
|
/* tname = Detect + cpuid, this is 11bytes length as max */
|
||
|
char *live_dev;
|
||
|
char *live_dev = NULL;
|
||
|
int ret;
|
||
|
SCEnter();
|
||