|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
PCAP IPv4 Header. More...
Data Fields | |
| uint32_t | ip_dst |
| Source IP address. | |
| uint16_t | ip_id |
| Total length of the packet (including IPv4 header) | |
| uint16_t | ip_len |
| Type of service details. | |
| uint16_t | ip_off |
| Identification value. | |
| uint8_t | ip_protocol |
| Time to live for the packet. | |
| uint32_t | ip_src |
| Checksum (not calculated for our purposes. | |
| uint16_t | ip_sum |
| Protocol of the data held within the packet (always UDP) | |
| uint8_t | ip_tos |
| IP header version and other bits. | |
| uint8_t | ip_ttl |
| Fragment offset. | |
| uint8_t | ver_ihl |
PCAP IPv4 Header.
Definition at line 67 of file res_pjsip_logger.c.
| uint32_t ip_dst |
Source IP address.
Definition at line 77 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint16_t ip_id |
Total length of the packet (including IPv4 header)
Definition at line 71 of file res_pjsip_logger.c.
| uint16_t ip_len |
Type of service details.
Definition at line 70 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint16_t ip_off |
Identification value.
Definition at line 72 of file res_pjsip_logger.c.
| uint8_t ip_protocol |
Time to live for the packet.
Definition at line 74 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint32_t ip_src |
Checksum (not calculated for our purposes.
Definition at line 76 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
| uint16_t ip_sum |
Protocol of the data held within the packet (always UDP)
Definition at line 75 of file res_pjsip_logger.c.
| uint8_t ip_tos |
IP header version and other bits.
Definition at line 69 of file res_pjsip_logger.c.
| uint8_t ip_ttl |
Fragment offset.
Definition at line 73 of file res_pjsip_logger.c.
| uint8_t ver_ihl |
Definition at line 68 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().