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

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

Public Attributes

uint32_t magic_number
 magic number More...
 
uint16_t version_major
 major version number More...
 
uint16_t version_minor
 minor version number More...
 
int32_t thiszone
 GMT to local correction. More...
 
uint32_t sigfigs
 accuracy of timestamps More...
 
uint32_t snaplen
 max length of captured packets, in octets More...
 
uint32_t network
 data link type More...
 

Detailed Description

Member Data Documentation

◆ magic_number

uint32_t pcap_hdr_s::magic_number

magic number

◆ network

uint32_t pcap_hdr_s::network

data link type

◆ sigfigs

uint32_t pcap_hdr_s::sigfigs

accuracy of timestamps

◆ snaplen

uint32_t pcap_hdr_s::snaplen

max length of captured packets, in octets

◆ thiszone

int32_t pcap_hdr_s::thiszone

GMT to local correction.

◆ version_major

uint16_t pcap_hdr_s::version_major

major version number

◆ version_minor

uint16_t pcap_hdr_s::version_minor

minor version number


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