Uses of Class
org.jnetpcap.util.PcapVersionException
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Utilities for jNetPcap library
-
Uses of PcapVersionException in org.jnetpcap
Modifier and TypeMethodDescriptionstatic void
Pcap.checkPcapVersion
(String applicationVersion) Checks runtime version against application version of the java jNetPcap APIs. -
Uses of PcapVersionException in org.jnetpcap.util
Modifier and TypeMethodDescriptionstatic void
PcapVersionException.throwIfVersionMismatch
(String runtimeVersion, String applicationVersion) Throw if version mismatch.static void
PcapVersionException.throwIfVersionMismatch
(String runtimeVersion, String applicationVersion, int limit) Throw if version mismatch.