Uses of Class
org.jnetpcap.PcapHeaderException.OutOfRangeException
Packages that use PcapHeaderException.OutOfRangeException
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHeaderException.OutOfRangeException in org.jnetpcap
Methods in org.jnetpcap that return PcapHeaderException.OutOfRangeExceptionModifier and TypeMethodDescriptionPcapHeaderException.OutOfRangeException.setMethodName
(String methodName) Sets the method name.PcapHeaderException.OutOfRangeException.setPossiblities
(List<String> possibleValues) Sets the possiblities.Methods in org.jnetpcap that throw PcapHeaderException.OutOfRangeExceptionModifier and TypeMethodDescriptionint
PcapHeader.captureLength()
Capture length.static int
PcapHeader.captureLength
(MemorySegment headerSegment) Packet capture length for offline file capture.static int
PcapHeader.captureLength
(MemorySegment headerSegment, boolean isSwapped) Packet capture length for offline file capture.static int
PcapHeader.captureLength
(ByteBuffer headerBuffer) Packet capture length.static int
PcapHeader.captureLength
(ByteBuffer headerBuffer, boolean isSwapped) Packet capture length for offline file capture.static int
PcapHeader.wireLength
(MemorySegment headerSegment) Packet wire length.static int
PcapHeader.wireLength
(MemorySegment headerSegment, boolean isSwapped) Packet wire length for offline file capture.static int
PcapHeader.wireLength
(ByteBuffer headerBuffer) Packet wire length .static int
PcapHeader.wireLength
(ByteBuffer headerBuffer, boolean isSwapped) Packet wire length for offline file capture. -
Uses of PcapHeaderException.OutOfRangeException in org.jnetpcap.internal
Methods in org.jnetpcap.internal with parameters of type PcapHeaderException.OutOfRangeExceptionModifier and TypeMethodDescriptionstatic PcapHeaderException
PcapHeaderABI.throwListOfAllAbiPossibilities
(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.