Uses of Enum Class
org.jnetpcap.internal.PcapHeaderABI
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapHeaderABI in org.jnetpcap
Modifier and TypeFieldDescriptionprotected final PcapHeaderABI
Pcap.pcapHeaderABI
The pcap header ABI.Modifier and TypeMethodDescriptionPcap.getPcapHeaderABI()
Gets the pcap header ABI (Abstract Binary Interface).Modifier and TypeMethodDescriptionPcap0_4.PcapSupplier.newPcap
(MemorySegment handle, String name, PcapHeaderABI abi) Supplier of specific versioned Pcap subclasses and instantiations.ModifierConstructorDescriptionOutOfRangeException
(PcapHeaderABI abi, int value) Instantiates a new out of range exception.protected
Pcap
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap.protected
Pcap0_4
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 0 4.protected
Pcap0_5
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 050.protected
Pcap0_6
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 060.protected
Pcap0_7
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 080.protected
Pcap0_8
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 080.protected
Pcap0_9
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 0 9.protected
Pcap1_0
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 100.protected
Pcap1_10
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 1 10.protected
Pcap1_2
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 1 2.protected
Pcap1_5
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new pcap 150. -
Uses of PcapHeaderABI in org.jnetpcap.internal
Modifier and TypeMethodDescriptionstatic PcapHeaderABI
PcapHeaderABI.compactAbi()
Compact abi.static PcapHeaderABI
PcapHeaderABI.compactAbi
(boolean isSwapped) Compact abi.static PcapHeaderABI
PcapHeaderABI.compactAbi
(ByteOrder bo) Compact abi.static PcapHeaderABI
PcapHeaderABI.nativeAbi()
Native abi.static PcapHeaderABI
Native abi.static PcapHeaderABI
PcapHeaderABI.paddedAbi()
Padded abi.PcapDispatcher.pcapHeaderABI()
Pcap header ABI.StandardPcapDispatcher.pcapHeaderABI()
Pcap header ABI.static PcapHeaderABI
PcapHeaderABI.selectDeadAbi()
Select dead abi.static PcapHeaderABI
PcapHeaderABI.selectLiveAbi()
Select live abi.static PcapHeaderABI
PcapHeaderABI.selectOfflineAbi
(boolean isSwapped) Select offline abi.static PcapHeaderABI
Returns 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.Modifier and TypeMethodDescriptionstatic PcapHeaderException
PcapHeaderABI.throwListOfAllAbiPossibilities
(ByteBuffer buffer, PcapHeaderException.OutOfRangeException cause, String name, BiFunction<PcapHeaderABI, ByteBuffer, Integer> action) Throw list of all abi possibilities.ModifierConstructorDescriptionprotected
NonSealedPcap
(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.protected
UnsafePcapHandle
(MemorySegment pcapHandle, String name, PcapHeaderABI abi) Instantiates a new unsafe pcap handle.