Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
pcap_record_header Struct Reference

PCAP Packet Record Header. More...

Data Fields

uint32_t incl_len
 When the record was created. More...
 
uint32_t orig_len
 Length of packet as saved in the file. More...
 
uint32_t ts_sec
 
uint32_t ts_usec
 When the record was created. More...
 

Detailed Description

PCAP Packet Record Header.

Definition at line 51 of file res_pjsip_logger.c.

Field Documentation

◆ incl_len

uint32_t incl_len

When the record was created.

Definition at line 54 of file res_pjsip_logger.c.

Referenced by pjsip_logger_write_to_pcap().

◆ orig_len

uint32_t orig_len

Length of packet as saved in the file.

Definition at line 55 of file res_pjsip_logger.c.

Referenced by pjsip_logger_write_to_pcap().

◆ ts_sec

uint32_t ts_sec

Definition at line 52 of file res_pjsip_logger.c.

Referenced by pjsip_logger_write_to_pcap().

◆ ts_usec

uint32_t ts_usec

When the record was created.

Definition at line 53 of file res_pjsip_logger.c.


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