|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Protocol-specific call metadata for H.323 calls. More...
#include <voip_calls.h>
Public Attributes | |
| e_guid_t * | guid |
| 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 |
Protocol-specific call metadata for H.323 calls.
| e_guid_t* _h323_calls_info::guid |
H.225 Call ID GUID uniquely identifying this H.323 call.
| address _h323_calls_info::h225SetupAddr |
Source IP from the H.225 SETUP message, used to determine packet direction.
| GList* _h323_calls_info::h245_list |
List of h245_address_t entries for tunnelled H.245 channels.
| bool _h323_calls_info::is_faststart_Proc |
True if a fastStart element was present in Proceeding, Alerting, Progress, or Connect.
| bool _h323_calls_info::is_faststart_Setup |
True if a fastStart element was present in the H.225 SETUP message.
| bool _h323_calls_info::is_h245 |
True if a separate H.245 control channel has been detected.
| bool _h323_calls_info::is_h245Tunneling |
True if H.245 messages are tunnelled inside H.225 messages.
| int32_t _h323_calls_info::q931_crv |
Q.931 Call Reference Value for the forward direction.
| int32_t _h323_calls_info::q931_crv2 |
Q.931 Call Reference Value for the reverse direction.
| unsigned _h323_calls_info::requestSeqNum |
H.225 RAS request sequence number for matching responses.