| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
PCAP Packet Record Header. More...
| Data Fields | |
| uint32_t | incl_len | 
| When the record was created. | |
| uint32_t | orig_len | 
| Length of packet as saved in the file. | |
| uint32_t | ts_sec | 
| uint32_t | ts_usec | 
| When the record was created. | |
PCAP Packet Record Header.
Definition at line 52 of file res_pjsip_logger.c.
| uint32_t incl_len | 
When the record was created.
Definition at line 55 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 56 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint32_t ts_sec | 
Definition at line 53 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 54 of file res_pjsip_logger.c.