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

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
 

Detailed Description

PCAP UDP Header.

Definition at line 95 of file res_pjsip_logger.c.

Field Documentation

◆ checksum

uint16_t checksum

Length of the UDP header plus UDP packet.

Definition at line 99 of file res_pjsip_logger.c.

◆ dst

uint16_t dst

Source IP port.

Definition at line 97 of file res_pjsip_logger.c.

Referenced by pjsip_logger_write_to_pcap().

◆ length

uint16_t length

Destination IP port.

Definition at line 98 of file res_pjsip_logger.c.

Referenced by pjsip_logger_write_to_pcap().

◆ src

uint16_t src

Definition at line 96 of file res_pjsip_logger.c.

Referenced by pjsip_logger_write_to_pcap().


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