Uses of Class
org.jnetpcap.BpFilter
Packages that use BpFilter
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of BpFilter in org.jnetpcap
Methods in org.jnetpcap that return BpFilterModifier and TypeMethodDescriptionCompile a filter expression without a netmask.Compile a filter expression with netmask.final BpFilterCompile.static BpFilterPcap.compileNoPcap(int snaplen, PcapDlt pcapDlt, String str, boolean optimize, int netmask) Deprecated.static BpFilterPcap0_5.compileNoPcap(int snaplen, PcapDlt pcapDlt, String str, boolean optimize, int netmask) Compile a filter expression against a dead handle opened usingopenDead.Methods in org.jnetpcap with parameters of type BpFilterModifier and TypeMethodDescriptionstatic voidDeallocates a native BPF program.static booleanPcap.offlineFilter(BpFilter bpFilter, MemorySegment pktHdr, MemorySegment pktData) Check whether a filter matches a packet.static booleanPcap1_0.offlineFilter(BpFilter bpFilter, MemorySegment pktHdr, MemorySegment pktData) Check whether a filter matches a packet.set the filter.final Pcap0_4Sets the filter.Method parameters in org.jnetpcap with type arguments of type BpFilter