https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548
--- Comment #43 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2009-07-04 01:23:20 PDT ---
(In reply to comment #42)
> Created an attachment (id=3252)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3252) [details]
> More misc. cleanup
>
This patch contains the following:
--- a/epan/dissectors/packet-x420.c
+++ b/epan/dissectors/packet-x420.c
@@ -5358,7 +5358,7 @@ void proto_register_x420(void) {
"x420.T_compression_algorithm_param", HFILL }},
{ &hf_x420_permitted_actions,
{ "permitted-actions", "x420.permitted_actions",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Permitted_Actions_Attribute", HFILL }},
{ &hf_x420_storage_account,
{ "storage-account", "x420.storage_account",
This change should be made in asn1/x420/*, but I couldn't track down where this
is done. Help appreciated.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.