mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Fix initialization
This commit is contained in:
parent
f92bffcfd9
commit
709f876947
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ private:
|
||||||
|
|
||||||
int socket_fd = -1;
|
int socket_fd = -1;
|
||||||
RX_Ring *rx_ring = nullptr;
|
RX_Ring *rx_ring = nullptr;
|
||||||
struct pcap_pkthdr current_hdr = {0};
|
struct pcap_pkthdr current_hdr = {};
|
||||||
|
|
||||||
struct InterfaceInfo {
|
struct InterfaceInfo {
|
||||||
int index = -1;
|
int index = -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue