mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Update src/iosource/pcap/pcap.bif
Co-authored-by: Jon Siwek <jsiwek@corelight.com>
This commit is contained in:
parent
928faeaad3
commit
5d6800f6bd
1 changed files with 0 additions and 2 deletions
|
@ -116,8 +116,6 @@ function findalldevs%(%): Pcap::Interfaces
|
||||||
static auto ifaces_type = id::find_type<TableType>("Pcap::Interfaces");
|
static auto ifaces_type = id::find_type<TableType>("Pcap::Interfaces");
|
||||||
auto pcap_interfaces = make_intrusive<TableVal>(ifaces_type);
|
auto pcap_interfaces = make_intrusive<TableVal>(ifaces_type);
|
||||||
|
|
||||||
int i=0;
|
|
||||||
RecordVal *r;
|
|
||||||
static auto iface_type = id::find_type<RecordType>("Pcap::Interface");
|
static auto iface_type = id::find_type<RecordType>("Pcap::Interface");
|
||||||
for ( d=alldevs; d; d=d->next )
|
for ( d=alldevs; d; d=d->next )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue