From ee9955e4184702b966d95c8bef168459796e7edd Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 1 Jan 2021 18:44:17 -0800 Subject: Handle the name change to the auxiliary data structure. --- pcap-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-linux.c') diff --git a/pcap-linux.c b/pcap-linux.c index 74816892..c3929dad 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -3880,7 +3880,7 @@ static int pcap_handle_packet_mmap( } if (handlep->filter_in_userland && handle->fcode.bf_insns) { - struct bpf_aux_data aux_data; + struct pcap_bpf_aux_data aux_data; aux_data.vlan_tag_present = tp_vlan_tci_valid; aux_data.vlan_tag = tp_vlan_tci & 0x0fff; -- cgit v1.2.3