|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols.
| voip_call_active_state _voip_packet_info_t::call_active_state |
Whether the call is considered active or inactive as of this packet
| char* _voip_packet_info_t::call_comment |
Optional free-text annotation describing the call
| char* _voip_packet_info_t::call_id |
Unique call identifier string extracted from the protocol (e.g., SIP Call-ID)
| voip_call_state _voip_packet_info_t::call_state |
Current signaling state of the call as of this packet
| char* _voip_packet_info_t::frame_comment |
Extended comment for this packet shown in the flow graph
| char* _voip_packet_info_t::frame_label |
Short label for this packet shown in the flow graph (e.g., "INVITE")
| char* _voip_packet_info_t::from_identity |
Display string identifying the calling party (e.g., SIP From URI)
| char* _voip_packet_info_t::protocol_name |
Name of the VoIP protocol that generated this record (e.g., "SIP", "H.323")
| char* _voip_packet_info_t::to_identity |
Display string identifying the called party (e.g., SIP To URI)