diff options
Diffstat (limited to 'epan/dissectors/packet-lppa.h')
-rw-r--r-- | epan/dissectors/packet-lppa.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-lppa.h b/epan/dissectors/packet-lppa.h index f7e2b0f3..c890e0f7 100644 --- a/epan/dissectors/packet-lppa.h +++ b/epan/dissectors/packet-lppa.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-lppa.h */ -/* asn2wrs.py -L -p lppa -c ./lppa.cnf -s ./packet-lppa-template -D . -O ../.. LPPA-CommonDataTypes.asn LPPA-Constants.asn LPPA-Containers.asn LPPA-IEs.asn LPPA-PDU-Contents.asn LPPA-PDU-Descriptions.asn */ +/* asn2wrs.py -q -L -p lppa -c ./lppa.cnf -s ./packet-lppa-template -D . -O ../.. LPPA-CommonDataTypes.asn LPPA-Constants.asn LPPA-Containers.asn LPPA-IEs.asn LPPA-PDU-Contents.asn LPPA-PDU-Descriptions.asn */ /* packet-lppa.h * Routines for 3GPP LTE Positioning Protocol A (LLPa) packet dissection @@ -17,10 +17,10 @@ #define PACKET_LPPA_H typedef struct _lppa_ctx_t { - guint32 message_type; - guint32 ProcedureCode; - guint32 ProtocolIE_ID; - guint32 ProtocolExtensionID; + uint32_t message_type; + uint32_t ProcedureCode; + uint32_t ProtocolIE_ID; + uint32_t ProtocolExtensionID; } lppa_ctx_t; |