From cc3ca65d6519faf3a0e4609b5150757c14af36e9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 30 Jun 2016 11:19:57 -0700 Subject: pcap_create_interface() needs the interface name on Linux. So pass it the interface name, and use the name passed to it rather than the name in the pcap_t - which hasn't yet been set at that point. --- pcap-dlpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-dlpi.c') diff --git a/pcap-dlpi.c b/pcap-dlpi.c index 623c5c21..075d0cb3 100644 --- a/pcap-dlpi.c +++ b/pcap-dlpi.c @@ -1812,7 +1812,7 @@ dlpi_kread(register int fd, register off_t addr, #endif pcap_t * -pcap_create_interface(char *ebuf) +pcap_create_interface(const char *device _U_, char *ebuf) { pcap_t *p; #ifdef DL_HP_RAWDLS -- cgit v1.2.3