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 class
Reports an out of range error for a value of native Pcap header field.Methods in org.jnetpcap that throw PcapHeaderExceptionModifier and TypeMethodDescriptionlong
PcapHeader.timestamp()
Timestamp with 32-bit seconds (MSB bits) and 32-bit usecs (LSB bits) from a base of January 1, 1970.long
PcapHeader.timestamp
(boolean nanoTime) Timestamp in either nano or milli second precision.long
PcapHeader.toEpochMilli()
To epoch milli.long
PcapHeader.toEpochMilli
(boolean nanoTime) To epoch milli.long
PcapHeader.tvSec()
Tv sec.long
PcapHeader.tvUsec()
Tv usec.int
PcapHeader.wireLength()
Wire length. -
Uses of PcapHeaderException in org.jnetpcap.internal
Methods in org.jnetpcap.internal that return PcapHeaderExceptionModifier and TypeMethodDescriptionstatic PcapHeaderException
PcapHeaderABI.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 PcapHeaderException
PcapHeaderABI.throwListOfAllAbiPossibilities
(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.