Asterisk - The Open Source Telephony Project
18.5.0
|
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... | |
PCAP Packet Record Header.
Definition at line 51 of file res_pjsip_logger.c.
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().
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().
uint32_t ts_sec |
Definition at line 52 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
uint32_t ts_usec |
When the record was created.
Definition at line 53 of file res_pjsip_logger.c.