diff options
author | Guy Harris <gharris@sonic.net> | 2021-01-01 18:44:17 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2021-01-01 18:44:17 -0800 |
commit | ee9955e4184702b966d95c8bef168459796e7edd (patch) | |
tree | 69bc8abf1829778a19f48c133123089a143f5d07 /pcap-linux.c | |
parent | 27aaa1c208456f376c480be675b5995ff39b5db4 (diff) |
Handle the name change to the auxiliary data structure.
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |