aboutsummaryrefslogtreecommitdiff
path: root/pcap-new.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-07-31 15:45:04 -0700
committerGuy Harris <guy@alum.mit.edu>2016-07-31 15:45:04 -0700
commit7967e21f43dccb23cb8532476560249dc6f76eae (patch)
tree6c7db41ab12f71a703ef4f8e862888b182570582 /pcap-new.c
parentc8aedc6ce50cbc5a05208926854c2aae7ed13194 (diff)
Add a variable that should have been in the previous commit.
Diffstat (limited to 'pcap-new.c')
-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 */