aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcap-new.c1
1 files changed, 1 insertions, 0 deletions
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 */