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