Uses of Enum Class
org.jnetpcap.internal.PcapHeaderABI
Packages that use PcapHeaderABI
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHeaderABI in org.jnetpcap
Fields in org.jnetpcap declared as PcapHeaderABIModifier and TypeFieldDescriptionprotected final PcapHeaderABIPcap.pcapHeaderABIThe pcap header ABI.Methods in org.jnetpcap that return PcapHeaderABIModifier and TypeMethodDescriptionPcap.getPcapHeaderABI()Gets the pcap header ABI (Abstract Binary Interface).Methods in org.jnetpcap with parameters of type PcapHeaderABIModifier and TypeMethodDescriptionPcap0_4.PcapSupplier.newPcap(MemorySegment handle, String name, PcapHeaderABI abi) Supplier of specific versioned Pcap subclasses and instantiations.Constructors in org.jnetpcap with parameters of type PcapHeaderABIModifierConstructorDescriptionOutOfRangeException(PcapHeaderABI abi, int value) Instantiates a new out of range exception.protectedPcap(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap.protectedPcap0_4(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 0 4.protectedPcap0_5(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 050.protectedPcap0_6(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 060.protectedPcap0_7(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 080.protectedPcap0_8(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 080.protectedPcap0_9(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 0 9.protectedPcap1_0(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 100.protectedPcap1_10(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 1 10.protectedPcap1_2(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 1 2.protectedPcap1_5(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 150. -
Uses of PcapHeaderABI in org.jnetpcap.internal
Methods in org.jnetpcap.internal that return PcapHeaderABIModifier and TypeMethodDescriptionstatic PcapHeaderABIPcapHeaderABI.compactAbi()Compact abi.static PcapHeaderABIPcapHeaderABI.compactAbi(boolean isSwapped) Compact abi.static PcapHeaderABIPcapHeaderABI.compactAbi(ByteOrder bo) Compact abi.static PcapHeaderABIPcapHeaderABI.nativeAbi()Native abi.static PcapHeaderABINative abi.static PcapHeaderABIPcapHeaderABI.paddedAbi()Padded abi.PcapDispatcher.pcapHeaderABI()Pcap header ABI.StandardPcapDispatcher.pcapHeaderABI()Pcap header ABI.static PcapHeaderABIPcapHeaderABI.selectDeadAbi()Select dead abi.static PcapHeaderABIPcapHeaderABI.selectLiveAbi()Select live abi.static PcapHeaderABIPcapHeaderABI.selectOfflineAbi(boolean isSwapped) Select offline abi.static PcapHeaderABIReturns the enum constant of this class with the specified name.static PcapHeaderABI[]PcapHeaderABI.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.jnetpcap.internal with type arguments of type PcapHeaderABIModifier and TypeMethodDescriptionstatic PcapHeaderExceptionPcapHeaderABI.throwListOfAllAbiPossibilities(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.Constructors in org.jnetpcap.internal with parameters of type PcapHeaderABIModifierConstructorDescriptionprotectedNonSealedPcap(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new non sealed pcap.StandardPcapDispatcher(MemorySegment pcapHandle, PcapHeaderABI abi, Runnable breakDispatch) Instantiates a new standard pcap dispatcher.protectedUnsafePcapHandle(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new unsafe pcap handle.