Package pcap.api.internal.foreign.struct
Interface darwin_structs.pcap_pkthdr
- All Superinterfaces:
java.foreign.memory.Struct<darwin_structs.pcap_pkthdr>
- Enclosing interface:
- darwin_structs
public static interface darwin_structs.pcap_pkthdr extends java.foreign.memory.Struct<darwin_structs.pcap_pkthdr>
-
Method Summary
Modifier and Type Method Description intcaptureLength()intlength()darwin_structs.timevaltimestamp()
-
Method Details
-
timestamp
darwin_structs.timeval timestamp() -
captureLength
int captureLength() -
length
int length()
-