Package pcap.api.internal
Interface PcapPktHdr
- All Superinterfaces:
java.foreign.memory.Struct<PcapPktHdr>
@Inclubating public interface PcapPktHdr extends java.foreign.memory.Struct<PcapPktHdr>
Wrapper for
pcap_pkthdr- Author:
- Ardika Rommy Sanjaya
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPcapPktHdr.Impl -
Method Summary
Modifier and Type Method Description intcaptureLength()intlength()default PacketHeaderpacketHeader()Timestamptimestamp()
-
Method Details
-
timestamp
Timestamp timestamp() -
captureLength
int captureLength() -
length
int length() -
packetHeader
-