Uses of Class
org.pcap4j.core.NativeMappings.bpf_program
-
Packages that use NativeMappings.bpf_program Package Description org.pcap4j.core -
-
Uses of NativeMappings.bpf_program in org.pcap4j.core
Fields in org.pcap4j.core declared as NativeMappings.bpf_program Modifier and Type Field Description private NativeMappings.bpf_programBpfProgram. programMethods in org.pcap4j.core that return NativeMappings.bpf_program Modifier and Type Method Description (package private) NativeMappings.bpf_programBpfProgram. getProgram()Methods in org.pcap4j.core with parameters of type NativeMappings.bpf_program Modifier and Type Method Description (package private) static intNativeMappings. pcap_compile(com.sun.jna.Pointer p, NativeMappings.bpf_program fp, java.lang.String str, int optimize, int netmask)(package private) static intNativeMappings. pcap_compile_nopcap(int snaplen_arg, int linktype_arg, NativeMappings.bpf_program fp, java.lang.String buf, int optimize, int mask)(package private) static voidNativeMappings. pcap_freecode(NativeMappings.bpf_program fp)(package private) static intNativeMappings. pcap_setfilter(com.sun.jna.Pointer p, NativeMappings.bpf_program fp)Constructors in org.pcap4j.core with parameters of type NativeMappings.bpf_program Constructor Description BpfProgram(NativeMappings.bpf_program program, java.lang.String expression)
-