Uses of Class
org.jnetpcap.PcapHeaderException
Packages that use PcapHeaderException
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHeaderException in org.jnetpcap
Subclasses of PcapHeaderException in org.jnetpcapModifier and TypeClassDescriptionstatic classReports an out of range error for a value of native Pcap header field.Methods in org.jnetpcap that throw PcapHeaderExceptionModifier and TypeMethodDescriptionlongPcapHeader.timestamp()Timestamp with 32-bit seconds (MSB bits) and 32-bit usecs (LSB bits) from a base of January 1, 1970.longPcapHeader.timestamp(boolean nanoTime) Timestamp in either nano or milli second precision.longPcapHeader.toEpochMilli()To epoch milli.longPcapHeader.toEpochMilli(boolean nanoTime) To epoch milli.longPcapHeader.tvSec()Tv sec.longPcapHeader.tvUsec()Tv usec.intPcapHeader.wireLength()Wire length. -
Uses of PcapHeaderException in org.jnetpcap.internal
Methods in org.jnetpcap.internal that return PcapHeaderExceptionModifier and TypeMethodDescriptionstatic PcapHeaderExceptionPcapHeaderABI.throwListOfAllAbiPossibilities(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.Methods in org.jnetpcap.internal that throw PcapHeaderExceptionModifier and TypeMethodDescriptionstatic PcapHeaderExceptionPcapHeaderABI.throwListOfAllAbiPossibilities(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.