![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <voip_calls.h>
Public Attributes | |
voip_call_state | call_state |
voip_call_active_state | call_active_state |
gchar * | call_id |
gchar * | from_identity |
gchar * | to_identity |
gpointer | prot_info |
void(* | free_prot_info )(gpointer) |
address | initial_speaker |
guint32 | npackets |
voip_protocol | protocol |
gchar * | protocol_name |
gchar * | call_comment |
guint16 | 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.