|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | _voip_packet_info_t |
| Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols. More... | |
Typedefs | |
| typedef enum _voip_call_state | voip_call_state |
| Signaling state of a VoIP call session. | |
| typedef enum _voip_call_active_state | voip_call_active_state |
| Indicates whether a VoIP call is currently considered active or inactive. | |
| typedef struct _voip_packet_info_t | voip_packet_info_t |
| Per-packet metadata delivered to the VoIP calls tap for both common and proprietary protocols. | |
Enumerations | |
| enum | _voip_call_state { VOIP_NO_STATE , VOIP_CALL_SETUP , VOIP_RINGING , VOIP_IN_CALL , VOIP_CANCELLED , VOIP_COMPLETED , VOIP_REJECTED , VOIP_UNKNOWN } |
| Signaling state of a VoIP call session. More... | |
| enum | _voip_call_active_state { VOIP_ACTIVE , VOIP_INACTIVE } |
| Indicates whether a VoIP call is currently considered active or inactive. More... | |
VoIP packet tap interface 2007 Tomas Kukosa
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| enum _voip_call_state |
Signaling state of a VoIP call session.