| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
PCAP UDP Header. More...
| Data Fields | |
| uint16_t | checksum | 
| Length of the UDP header plus UDP packet. | |
| uint16_t | dst | 
| Source IP port. | |
| uint16_t | length | 
| Destination IP port. | |
| uint16_t | src | 
PCAP UDP Header.
Definition at line 96 of file res_pjsip_logger.c.
| uint16_t checksum | 
Length of the UDP header plus UDP packet.
Definition at line 100 of file res_pjsip_logger.c.
| uint16_t dst | 
Source IP port.
Definition at line 98 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint16_t length | 
Destination IP port.
Definition at line 99 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint16_t src | 
Definition at line 97 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().