|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
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... | |
Pcap file header struct as https://wiki.wireshark.org/Development/LibpcapFileFormat.
| uint32_t pcap_hdr_s::magic_number |
magic number
| uint32_t pcap_hdr_s::network |
data link type
| uint32_t pcap_hdr_s::sigfigs |
accuracy of timestamps
| uint32_t pcap_hdr_s::snaplen |
max length of captured packets, in octets
| int32_t pcap_hdr_s::thiszone |
GMT to local correction.
| uint16_t pcap_hdr_s::version_major |
major version number
| uint16_t pcap_hdr_s::version_minor |
minor version number