Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_voip_packet_info_t Struct Reference

Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols. More...

#include <tap-voip.h>

Public Attributes

char * protocol_name
 
char * call_id
 
voip_call_state call_state
 
voip_call_active_state call_active_state
 
char * from_identity
 
char * to_identity
 
char * call_comment
 
char * frame_label
 
char * frame_comment
 

Detailed Description

Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols.

Member Data Documentation

◆ call_active_state

voip_call_active_state _voip_packet_info_t::call_active_state

Whether the call is considered active or inactive as of this packet

◆ call_comment

char* _voip_packet_info_t::call_comment

Optional free-text annotation describing the call

◆ call_id

char* _voip_packet_info_t::call_id

Unique call identifier string extracted from the protocol (e.g., SIP Call-ID)

◆ call_state

voip_call_state _voip_packet_info_t::call_state

Current signaling state of the call as of this packet

◆ frame_comment

char* _voip_packet_info_t::frame_comment

Extended comment for this packet shown in the flow graph

◆ frame_label

char* _voip_packet_info_t::frame_label

Short label for this packet shown in the flow graph (e.g., "INVITE")

◆ from_identity

char* _voip_packet_info_t::from_identity

Display string identifying the calling party (e.g., SIP From URI)

◆ protocol_name

char* _voip_packet_info_t::protocol_name

Name of the VoIP protocol that generated this record (e.g., "SIP", "H.323")

◆ to_identity

char* _voip_packet_info_t::to_identity

Display string identifying the called party (e.g., SIP To URI)


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