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