| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
PCAP Header. More...
| Data Fields | |
| uint32_t | magic_number | 
| uint32_t | network | 
| The maximum size that can be recorded in the file. | |
| uint32_t | sigfigs | 
| GMT to local correction. | |
| uint32_t | snaplen | 
| Accuracy of timestamps. | |
| int32_t | thiszone | 
| Minor version number of the file format. | |
| uint16_t | version_major | 
| PCAP file format magic number. | |
| uint16_t | version_minor | 
| Major version number of the file format. | |
PCAP Header.
Definition at line 41 of file res_pjsip_logger.c.
| uint32_t magic_number | 
Definition at line 42 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 48 of file res_pjsip_logger.c.
| uint32_t sigfigs | 
GMT to local correction.
Definition at line 46 of file res_pjsip_logger.c.
| uint32_t snaplen | 
Accuracy of timestamps.
Definition at line 47 of file res_pjsip_logger.c.
| int32_t thiszone | 
Minor version number of the file format.
Definition at line 45 of file res_pjsip_logger.c.
| uint16_t version_major | 
PCAP file format magic number.
Definition at line 43 of file res_pjsip_logger.c.
| uint16_t version_minor | 
Major version number of the file format.
Definition at line 44 of file res_pjsip_logger.c.