diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-20 18:33:33 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-20 18:33:33 +0000 |
commit | 6f2d887850c5300b0035a6dd1219f2fada37dd3a (patch) | |
tree | e38b5570b863ce33a9b3a4eb4be355227042ee5d /asn1/camel | |
parent | 631380a950a88a8da34cd74e7e405a67886fd1f3 (diff) | |
download | wireshark-6f2d887850c5300b0035a6dd1219f2fada37dd3a.tar.gz wireshark-6f2d887850c5300b0035a6dd1219f2fada37dd3a.tar.bz2 wireshark-6f2d887850c5300b0035a6dd1219f2fada37dd3a.zip |
From Kovarththanan Rajaratnam via bug 3548:
More header_field_info cleanup in the asn1 cnf files.
Dissectors will be regenerated later.
svn path=/trunk/; revision=28782
Diffstat (limited to 'asn1/camel')
-rw-r--r-- | asn1/camel/camel.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/camel/camel.cnf b/asn1/camel/camel.cnf index dcea9fd7fb..40779a16ca 100644 --- a/asn1/camel/camel.cnf +++ b/asn1/camel/camel.cnf @@ -635,8 +635,8 @@ proto_tree *subtree; #.TYPE_ATTR PDPTypeOrganization TYPE = FT_UINT8 DISPLAY = BASE_DEC BITMASK = 0x0f STRINGS = VALS(gsm_map_PDP_Type_Organisation_vals) -DateAndTime TYPE = FT_STRING DISPLAY = NONE -AccessPointName TYPE = FT_STRING DISPLAY = NONE +DateAndTime TYPE = FT_STRING DISPLAY = BASE_NONE +AccessPointName TYPE = FT_STRING DISPLAY = BASE_NONE Code/local TYPE = FT_INT32 DISPLAY = BASE_DEC STRINGS = VALS(camel_opr_code_strings) ServiceInteractionIndicatorsTwo/holdTreatmentIndicator TYPE = FT_INT32 DISPLAY = BASE_DEC STRINGS = VALS(camel_holdTreatmentIndicator_values) ServiceInteractionIndicatorsTwo/cwTreatmentIndicator TYPE = FT_INT32 DISPLAY = BASE_DEC STRINGS = VALS(camel_cwTreatmentIndicator_values) |