Uses of Class
org.pcap4j.core.NativeMappings.bpf_program
Packages that use NativeMappings.bpf_program
-
Uses of NativeMappings.bpf_program in org.pcap4j.core
Fields in org.pcap4j.core declared as NativeMappings.bpf_programMethods in org.pcap4j.core that return NativeMappings.bpf_programModifier and TypeMethodDescription(package private) NativeMappings.bpf_programBpfProgram.getProgram()Methods in org.pcap4j.core with parameters of type NativeMappings.bpf_programModifier and TypeMethodDescription(package private) static intNativeMappings.pcap_compile(com.sun.jna.Pointer p, NativeMappings.bpf_program fp, String str, int optimize, int netmask) (package private) static intNativeMappings.pcap_compile_nopcap(int snaplen_arg, int linktype_arg, NativeMappings.bpf_program fp, 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_programModifierConstructorDescription(package private)BpfProgram(NativeMappings.bpf_program program, String expression)