Module org.jnetpcap

Enum Class PcapHeaderABI

java.lang.Object
java.lang.Enum<PcapHeaderABI>
org.jnetpcap.internal.PcapHeaderABI
All Implemented Interfaces:
Serializable, Comparable<PcapHeaderABI>, Constable

public enum PcapHeaderABI extends Enum<PcapHeaderABI>
Configures different ABI (Application Binary Interfaces) for access to binary pcap header data. On 64-bit architectures the header structure in native memory received from libpcap will be padded to end up with 24 byte header length. When stored in ''savefiles'' and handling in non native storage will be represented as 16 byte compact structure. Note that MemoryLayouts are actually harder to use in this case. Thus we poke the values directly, plus its more efficient this way.
Author:
Sly Technologies Inc, repos@slytechs.com, mark