Skip to content

Commit

Permalink
Merge pull request #6 from andrewbeard/master
Browse files Browse the repository at this point in the history
Initial changes for Zeek compatability
  • Loading branch information
cardigliano committed Apr 20, 2020
2 parents 91d2787 + afc948b commit 3f3a9e1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions scripts/__load__.bro

This file was deleted.

5 changes: 5 additions & 0 deletions scripts/__load__.zeek
@@ -0,0 +1,5 @@
#
# This is loaded unconditionally at Zeek startup.
#

@load ./init.zeek
File renamed without changes.
2 changes: 1 addition & 1 deletion src/PF_RING.cc
@@ -1,4 +1,4 @@
#include "bro-config.h"
#include "zeek-config.h"
#include "stdlib.h"

#include "PF_RING.h"
Expand Down
1 change: 1 addition & 0 deletions src/PF_RING.h
Expand Up @@ -6,6 +6,7 @@
extern "C" {
#include <stdio.h>
#include <pfring.h>
#include <pcap.h>
}

#include "iosource/PktSrc.h"
Expand Down
1 change: 1 addition & 0 deletions src/Plugin.cc
@@ -1,5 +1,6 @@
#include "Plugin.h"
#include "PF_RING.h"
#include "iosource/Component.h"

namespace plugin { namespace Bro_PF_RING { Plugin plugin; } }

Expand Down
File renamed without changes.

0 comments on commit 3f3a9e1

Please sign in to comment.