mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Add some missing includes due to changes in Zeek 3.1
This commit is contained in:
parent
a7195a7a75
commit
8d0bc4a804
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ extern "C" {
|
||||||
#include <linux/if_packet.h> // AF_PACKET, etc.
|
#include <linux/if_packet.h> // AF_PACKET, etc.
|
||||||
#include <linux/sockios.h> // SIOCSHWTSTAMP
|
#include <linux/sockios.h> // SIOCSHWTSTAMP
|
||||||
#include <linux/net_tstamp.h> // hwtstamp_config
|
#include <linux/net_tstamp.h> // hwtstamp_config
|
||||||
|
#include <pcap.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "iosource/PktSrc.h"
|
#include "iosource/PktSrc.h"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
#include "Plugin.h"
|
#include "Plugin.h"
|
||||||
#include "AF_Packet.h"
|
#include "AF_Packet.h"
|
||||||
|
#include "iosource/Component.h"
|
||||||
|
|
||||||
namespace plugin { namespace Zeek_AF_Packet { Plugin plugin; } }
|
namespace plugin { namespace Zeek_AF_Packet { Plugin plugin; } }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue