diff options
Diffstat (limited to 'epan/dissectors/asn1/e1ap/packet-e1ap-template.h')
-rw-r--r-- | epan/dissectors/asn1/e1ap/packet-e1ap-template.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/asn1/e1ap/packet-e1ap-template.h b/epan/dissectors/asn1/e1ap/packet-e1ap-template.h index 40dbbc77..60753991 100644 --- a/epan/dissectors/asn1/e1ap/packet-e1ap-template.h +++ b/epan/dissectors/asn1/e1ap/packet-e1ap-template.h @@ -12,10 +12,10 @@ #define PACKET_E1AP_H typedef struct { - guint32 message_type; - guint32 ProcedureCode; - guint32 ProtocolIE_ID; - guint32 ProtocolExtensionID; + uint32_t message_type; + uint32_t ProcedureCode; + uint32_t ProtocolIE_ID; + uint32_t ProtocolExtensionID; } e1ap_ctx_t; |