Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <voip_calls.h>
Public Attributes | |
voip_call_state | call_state |
voip_call_active_state | call_active_state |
char * | call_id |
char * | from_identity |
char * | to_identity |
void * | prot_info |
void(* | free_prot_info )(void *) |
address | initial_speaker |
uint32_t | npackets |
voip_protocol | protocol |
char * | protocol_name |
char * | call_comment |
uint16_t | call_num |
frame_data * | start_fd |
nstime_t | start_rel_ts |
frame_data * | stop_fd |
nstime_t | stop_rel_ts |
defines a voip call
frame_data* _voip_calls_info::start_fd |
The frame_data struct holds the frame number and timing information needed.