Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
tap-voip.h File Reference

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...
 

Detailed Description

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

Enumeration Type Documentation

◆ _voip_call_active_state

Indicates whether a VoIP call is currently considered active or inactive.

Enumerator
VOIP_ACTIVE 

Call is currently active (ongoing or recently seen)

VOIP_INACTIVE 

Call is no longer active (ended, timed out, or complete)

◆ _voip_call_state

Signaling state of a VoIP call session.

Enumerator
VOIP_NO_STATE 

No state assigned; uninitialized

VOIP_CALL_SETUP 

Call setup in progress (e.g., INVITE sent, not yet ringing)

VOIP_RINGING 

Remote party is being alerted (ringing)

VOIP_IN_CALL 

Call has been established and is active

VOIP_CANCELLED 

Call was cancelled by the originating party before being answered

VOIP_COMPLETED 

Call completed normally (answered and subsequently ended)

VOIP_REJECTED 

Call was rejected by the remote party

VOIP_UNKNOWN 

Call state could not be determined from the captured traffic