struct _voip_packet_info_t voip_packet_info_t
Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols.
enum _voip_call_active_state voip_call_active_state
Indicates whether a VoIP call is currently considered active or inactive.
enum _voip_call_state voip_call_state
Signaling state of a VoIP call session.
_voip_call_active_state
Indicates whether a VoIP call is currently considered active or inactive.
Definition tap-voip.h:31
@ VOIP_ACTIVE
Definition tap-voip.h:32
@ VOIP_INACTIVE
Definition tap-voip.h:33
_voip_call_state
Signaling state of a VoIP call session.
Definition tap-voip.h:16
@ VOIP_REJECTED
Definition tap-voip.h:23
@ VOIP_UNKNOWN
Definition tap-voip.h:24
@ VOIP_IN_CALL
Definition tap-voip.h:20
@ VOIP_COMPLETED
Definition tap-voip.h:22
@ VOIP_CALL_SETUP
Definition tap-voip.h:18
@ VOIP_RINGING
Definition tap-voip.h:19
@ VOIP_CANCELLED
Definition tap-voip.h:21
@ VOIP_NO_STATE
Definition tap-voip.h:17
Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols.
Definition tap-voip.h:40
char * protocol_name
Definition tap-voip.h:41
char * frame_label
Definition tap-voip.h:48
voip_call_active_state call_active_state
Definition tap-voip.h:44
char * call_comment
Definition tap-voip.h:47
char * from_identity
Definition tap-voip.h:45
char * to_identity
Definition tap-voip.h:46
voip_call_state call_state
Definition tap-voip.h:43
char * frame_comment
Definition tap-voip.h:49
char * call_id
Definition tap-voip.h:42