Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
pcaprec_hdr_s Struct Reference

Pcap packet header struct as https://wiki.wireshark.org/Development/LibpcapFileFormat. More...

Public Attributes

uint32_t ts_sec
 timestamp seconds More...
 
uint32_t ts_usec
 timestamp microseconds More...
 
uint32_t incl_len
 number of octets of packet saved in file More...
 
uint32_t orig_len
 actual length of packet More...
 

Detailed Description

Member Data Documentation

◆ incl_len

uint32_t pcaprec_hdr_s::incl_len

number of octets of packet saved in file

◆ orig_len

uint32_t pcaprec_hdr_s::orig_len

actual length of packet

◆ ts_sec

uint32_t pcaprec_hdr_s::ts_sec

timestamp seconds

◆ ts_usec

uint32_t pcaprec_hdr_s::ts_usec

timestamp microseconds


The documentation for this struct was generated from the following file: