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 TypeMethodDescriptionintPcapHeader.captureLength()Capture length.static intPcapHeader.captureLength(MemorySegment headerSegment) Packet capture length for offline file capture.static intPcapHeader.captureLength(MemorySegment headerSegment, boolean isSwapped) Packet capture length for offline file capture.static intPcapHeader.captureLength(ByteBuffer headerBuffer) Packet capture length.static intPcapHeader.captureLength(ByteBuffer headerBuffer, boolean isSwapped) Packet capture length for offline file capture.static intPcapHeader.wireLength(MemorySegment headerSegment) Packet wire length.static intPcapHeader.wireLength(MemorySegment headerSegment, boolean isSwapped) Packet wire length for offline file capture.static intPcapHeader.wireLength(ByteBuffer headerBuffer) Packet wire length .static intPcapHeader.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 PcapHeaderExceptionPcapHeaderABI.throwListOfAllAbiPossibilities(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.