From 7967e21f43dccb23cb8532476560249dc6f76eae Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 31 Jul 2016 15:45:04 -0700 Subject: Add a variable that should have been in the previous commit. --- pcap-new.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pcap-new.c') diff --git a/pcap-new.c b/pcap-new.c index 9310265d..39a6bec5 100644 --- a/pcap-new.c +++ b/pcap-new.c @@ -94,6 +94,7 @@ int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **all struct rpcap_header header; /* structure that keeps the general header of the rpcap protocol */ int i, j; /* temp variables */ int naddr; /* temp var needed to avoid problems with IPv6 addresses */ + struct pcap_addr *addr; /* another such temp */ int retval; /* store the return value of the functions */ int nif; /* Number of interfaces listed */ int active = 0; /* 'true' if we the other end-party is in active mode */ -- cgit v1.2.3