diff options
Diffstat (limited to 'epan/dissectors/asn1/c1222/c1222.cnf')
-rw-r--r-- | epan/dissectors/asn1/c1222/c1222.cnf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/asn1/c1222/c1222.cnf b/epan/dissectors/asn1/c1222/c1222.cnf index d3bf6dd5..51e6d8af 100644 --- a/epan/dissectors/asn1/c1222/c1222.cnf +++ b/epan/dissectors/asn1/c1222/c1222.cnf @@ -23,10 +23,10 @@ AP-invocation-id TYPE=FT_UINT32 AE-qualifier TYPE=FT_UINT32 #.FN_BODY User-information - gint8 end_device_class; + int8_t end_device_class; bool pc, ind; - gint32 tag; - guint32 len; + int32_t tag; + uint32_t len; proto_item *tf = NULL; proto_tree *epsem_tree = NULL; FILL_START; |