summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/packet-h225.h
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-h225.h')
-rw-r--r--epan/dissectors/packet-h225.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/epan/dissectors/packet-h225.h b/epan/dissectors/packet-h225.h
index 0f873fc6..d1abe00b 100644
--- a/epan/dissectors/packet-h225.h
+++ b/epan/dissectors/packet-h225.h
@@ -1,7 +1,7 @@
/* Do not modify this file. Changes will be overwritten. */
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-h225.h */
-/* asn2wrs.py -L -p h225 -c ./h225.cnf -s ./packet-h225-template -D . -O ../.. H323-MESSAGES.asn */
+/* asn2wrs.py -q -L -p h225 -c ./h225.cnf -s ./packet-h225-template -D . -O ../.. H323-MESSAGES.asn */
/* packet-h225.h
* Routines for h225 packet dissection
@@ -43,22 +43,22 @@ typedef enum _h225_cs_type {
typedef struct _h225_packet_info {
h225_msg_type msg_type; /* ras or cs message */
h225_cs_type cs_type; /* cs message type */
- gint msg_tag; /* message tag*/
- gint reason; /* reason tag, if available */
- guint requestSeqNum; /* request sequence number of ras-message, if available */
+ int msg_tag; /* message tag*/
+ int reason; /* reason tag, if available */
+ unsigned requestSeqNum; /* request sequence number of ras-message, if available */
e_guid_t guid; /* globally unique call id */
- gboolean is_duplicate; /* true, if this is a repeated message */
- gboolean request_available; /* true, if response matches to a request */
+ bool is_duplicate; /* true, if this is a repeated message */
+ bool request_available; /* true, if response matches to a request */
nstime_t delta_time; /* this is the RAS response time delay */
/* added for h225 conversations analysis */
- gboolean is_faststart; /* true, if faststart field is included */
- gboolean is_h245;
- gboolean is_h245Tunneling;
- guint32 h245_address;
- guint16 h245_port;
- gchar dialedDigits[129]; /* Dialed Digits in the LRQ and LCF used for voip analysis */
- gboolean is_destinationInfo;
- gchar frame_label[50]; /* the Frame label used by graph_analysis, what is a abreviation of cinfo */
+ bool is_faststart; /* true, if faststart field is included */
+ bool is_h245;
+ bool is_h245Tunneling;
+ uint32_t h245_address;
+ uint16_t h245_port;
+ char dialedDigits[129]; /* Dialed Digits in the LRQ and LCF used for voip analysis */
+ bool is_destinationInfo;
+ char frame_label[50]; /* the Frame label used by graph_analysis, what is an abbreviation of cinfo */
} h225_packet_info;
/*