aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/packet-h225-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h225/packet-h225-template.h')
-rw-r--r--asn1/h225/packet-h225-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h225/packet-h225-template.h b/asn1/h225/packet-h225-template.h
index a456ce7b69..e2387c5ae5 100644
--- a/asn1/h225/packet-h225-template.h
+++ b/asn1/h225/packet-h225-template.h
@@ -55,7 +55,7 @@ typedef struct _h225_packet_info {
gint msg_tag; /* message tag*/
gint reason; /* reason tag, if available */
guint requestSeqNum; /* request sequence number of ras-message, if available */
- guint8 guid[16]; /* globally unique call id */
+ 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 */
nstime_t delta_time; /* this is the RAS response time delay */