diff options
Diffstat (limited to 'asn1/smrse/smrse.cnf')
-rw-r--r-- | asn1/smrse/smrse.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/smrse/smrse.cnf b/asn1/smrse/smrse.cnf index 59864fa39c..479371d7b4 100644 --- a/asn1/smrse/smrse.cnf +++ b/asn1/smrse/smrse.cnf @@ -20,7 +20,7 @@ SemiOctetString #.FN_BODY SMS-Address/address-value/octet-format char *strp,tmpstr[21]; guint32 i, start_offset; - gint8 class; + gint8 ber_class; gboolean pc, ind; gint32 tag; guint32 len; @@ -29,7 +29,7 @@ SemiOctetString start_offset=offset; /* skip the tag and length */ - offset=dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &class, &pc, &tag); + offset=dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &ber_class, &pc, &tag); offset=dissect_ber_length(actx->pinfo, tree, tvb, offset, &len, &ind); if(len>10){ len=10; |