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