Shiver

Results 53 comments of Shiver

in a addition, change "this variate “handlep->filter_in_userland“ always equal 1 util packet hit and pcap_read_linux_mmap_v3 call , it changes to 0," to "this variate “handlep->filter_in_userland“ always equal 1 util first...

and if handlep->filter_in_userland = 1 in pcap_handle_packet_mmap ``` if (handlep->filter_in_userland && handle->fcode.bf_insns) { struct pcap_bpf_aux_data aux_data; aux_data.vlan_tag_present = tp_vlan_tci_valid; aux_data.vlan_tag = tp_vlan_tci & 0x0fff; if (pcapint_filter_with_aux_data(handle->fcode.bf_insns, bp, tp_len, snaplen, &aux_data)...

it is wired, happened to project of company, the last change i do is that modify device.name = "any" so that can capture packet of any net adapter , and...