mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Fixing remaining tests.
This commit is contained in:
parent
6e33c92cf0
commit
042afd2feb
9 changed files with 21 additions and 23 deletions
|
@ -151,7 +151,7 @@ void PktDumperComponent::DoDescribe(ODesc* d) const
|
|||
if ( prefs.size() )
|
||||
prefs += ", ";
|
||||
|
||||
prefs += *i;
|
||||
prefs += '"' + *i + '"';
|
||||
}
|
||||
|
||||
d->Add("dumper prefix");
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
#ifndef IOSOURCE_IOSOURCE_H
|
||||
#define IOSOURCE_IOSOURCE_H
|
||||
|
||||
extern "C" {
|
||||
#include <pcap.h>
|
||||
}
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Timer.h"
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
#ifndef IOSOURCE_PKTSRC_PKTSRC_H
|
||||
#define IOSOURCE_PKTSRC_PKTSRC_H
|
||||
|
||||
extern "C" {
|
||||
#include <pcap.h>
|
||||
}
|
||||
|
||||
#include "IOSource.h"
|
||||
#include "BPF_Program.h"
|
||||
#include "Dict.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue