Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
pcap_header Struct Reference

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...
 

Detailed Description

PCAP Header.

Definition at line 41 of file res_pjsip_logger.c.

Field Documentation

◆ magic_number

uint32_t magic_number

Definition at line 42 of file res_pjsip_logger.c.

Referenced by pjsip_set_logger_pcap().

◆ network

uint32_t network

The maximum size that can be recorded in the file.

Definition at line 48 of file res_pjsip_logger.c.

◆ sigfigs

uint32_t sigfigs

GMT to local correction.

Definition at line 46 of file res_pjsip_logger.c.

◆ snaplen

uint32_t snaplen

Accuracy of timestamps.

Definition at line 47 of file res_pjsip_logger.c.

◆ thiszone

int32_t thiszone

Minor version number of the file format.

Definition at line 45 of file res_pjsip_logger.c.

◆ version_major

uint16_t version_major

PCAP file format magic number.

Definition at line 43 of file res_pjsip_logger.c.

◆ version_minor

uint16_t version_minor

Major version number of the file format.

Definition at line 44 of file res_pjsip_logger.c.


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