diff options
Diffstat (limited to 'epan/dissectors/asn1/p22/p22.cnf')
-rw-r--r-- | epan/dissectors/asn1/p22/p22.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/p22/p22.cnf b/epan/dissectors/asn1/p22/p22.cnf index 6b610c69..5e706d7c 100644 --- a/epan/dissectors/asn1/p22/p22.cnf +++ b/epan/dissectors/asn1/p22/p22.cnf @@ -280,11 +280,11 @@ VideotexData DISPLAY = BASE_NONE VAL_PTR=&crs #.FN_BODY CharacterSetRegistration - guint32 crs; + uint32_t crs; %(DEFAULT_BODY)s if(actx->created_item) - proto_item_append_text(actx->created_item, " (%%s)", val_to_str(crs, charsetreg_vals, "unknown")); + proto_item_append_text(actx->created_item, " (%%s)", val_to_str_const(crs, charsetreg_vals, "unknown")); #.FN_BODY Interchange-Data-Element /* XXX Not implemented yet */ |