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

Protocol-specific call metadata for H.323 calls. More...

#include <voip_calls.h>

Public Attributes

e_guid_tguid
 
GList * h245_list
 
address h225SetupAddr
 
bool is_h245
 
bool is_faststart_Setup
 
bool is_faststart_Proc
 
bool is_h245Tunneling
 
int32_t q931_crv
 
int32_t q931_crv2
 
unsigned requestSeqNum
 

Detailed Description

Protocol-specific call metadata for H.323 calls.

Member Data Documentation

◆ guid

e_guid_t* _h323_calls_info::guid

H.225 Call ID GUID uniquely identifying this H.323 call.

◆ h225SetupAddr

address _h323_calls_info::h225SetupAddr

Source IP from the H.225 SETUP message, used to determine packet direction.

◆ h245_list

GList* _h323_calls_info::h245_list

List of h245_address_t entries for tunnelled H.245 channels.

◆ is_faststart_Proc

bool _h323_calls_info::is_faststart_Proc

True if a fastStart element was present in Proceeding, Alerting, Progress, or Connect.

◆ is_faststart_Setup

bool _h323_calls_info::is_faststart_Setup

True if a fastStart element was present in the H.225 SETUP message.

◆ is_h245

bool _h323_calls_info::is_h245

True if a separate H.245 control channel has been detected.

◆ is_h245Tunneling

bool _h323_calls_info::is_h245Tunneling

True if H.245 messages are tunnelled inside H.225 messages.

◆ q931_crv

int32_t _h323_calls_info::q931_crv

Q.931 Call Reference Value for the forward direction.

◆ q931_crv2

int32_t _h323_calls_info::q931_crv2

Q.931 Call Reference Value for the reverse direction.

◆ requestSeqNum

unsigned _h323_calls_info::requestSeqNum

H.225 RAS request sequence number for matching responses.


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