Uses of Interface
org.jnetpcap.Pcap.LibraryPolicy
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of Pcap.LibraryPolicy in org.jnetpcap
Modifier and TypeMethodDescriptionstatic Pcap.LibraryPolicy
Pcap.LibraryPolicy.getDefault()
Gets the default missing symbols policy.Modifier and TypeMethodDescriptionstatic void
Pcap.LibraryPolicy.setDefault
(Pcap.LibraryPolicy newPolicy) Sets the default native Pcap library policy. -
Uses of Pcap.LibraryPolicy in org.jnetpcap.internal
Modifier and TypeMethodDescriptionstatic Pcap.LibraryPolicy
PcapForeignInitializer.getPolicy()
Gets the default missing symbols policy.Modifier and TypeMethodDescriptionstatic void
PcapForeignInitializer.setPolicy
(Pcap.LibraryPolicy newPolicy) Sets the default missing native symbols policy.