Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3548] Cleanup header_field_info definitions

Date: Tue, 7 Jul 2009 02:08:14 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548





--- Comment #57 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx>  2009-07-07 02:08:13 PDT ---
(In reply to comment #43)
> 
> 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.
> 

I still haven't tracked down where in asn1/x420/* I need to apply this change.
Could someone point me in the right direction? 

AFAICT, this is the only issue left :)


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.