Asterisk - The Open Source Telephony Project
18.5.0
|
PCAP Header. More...
Data Fields | |
uint32_t | magic_number |
uint32_t | network |
The maximum size that can be recorded in the file. More... | |
uint32_t | sigfigs |
GMT to local correction. More... | |
uint32_t | snaplen |
Accuracy of timestamps. More... | |
int32_t | thiszone |
Minor version number of the file format. More... | |
uint16_t | version_major |
PCAP file format magic number. More... | |
uint16_t | version_minor |
Major version number of the file format. More... | |
PCAP Header.
Definition at line 40 of file res_pjsip_logger.c.
uint32_t magic_number |
Definition at line 41 of file res_pjsip_logger.c.
Referenced by pjsip_set_logger_pcap().
uint32_t network |
The maximum size that can be recorded in the file.
Definition at line 47 of file res_pjsip_logger.c.
uint32_t sigfigs |
GMT to local correction.
Definition at line 45 of file res_pjsip_logger.c.
uint32_t snaplen |
Accuracy of timestamps.
Definition at line 46 of file res_pjsip_logger.c.
int32_t thiszone |
Minor version number of the file format.
Definition at line 44 of file res_pjsip_logger.c.
uint16_t version_major |
PCAP file format magic number.
Definition at line 42 of file res_pjsip_logger.c.
uint16_t version_minor |
Major version number of the file format.
Definition at line 43 of file res_pjsip_logger.c.