Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
if_filter_opt_s Struct Reference

Public Attributes

if_filter_type_e type
 
union {
   char *   filter_str
 
   struct wtap_bpf_insns {
      unsigned   bpf_prog_len
 
      wtap_bpf_insn_t *   bpf_prog
 
   }   bpf_prog
 
data
 

Member Data Documentation

◆ bpf_prog [1/2]

wtap_bpf_insn_t* if_filter_opt_s::bpf_prog

BPF instructions

◆  [2/2]

struct { ... } ::wtap_bpf_insns if_filter_opt_s::bpf_prog

BPF program

◆ bpf_prog_len

unsigned if_filter_opt_s::bpf_prog_len

number of BPF instructions

◆ filter_str

char* if_filter_opt_s::filter_str

pcap filter string


The documentation for this struct was generated from the following file: