Get rid of redundant blurbs.

svn path=/trunk/; revision=38959
This commit is contained in:
Guy Harris 2011-09-10 16:33:51 +00:00
parent 7ec441d440
commit 9317da356b
1 changed files with 3 additions and 3 deletions

View File

@ -86,16 +86,16 @@ proto_register_mgmt (void)
NULL, 0x0, NULL, HFILL }},
{ &hf_mgmt_proto,
{"Authn Proto", "mgmt.proto", FT_UINT32, BASE_HEX,
NULL, 0x0, "Authn Proto", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_mgmt_princ_name,
{"Principal name", "mgmt.princ_name", FT_STRING, BASE_NONE,
NULL, 0, "Principal name", HFILL }},
NULL, 0, NULL, HFILL }},
{ &hf_mgmt_princ_size,
{"Principal size", "mgmt.princ_size", FT_UINT32, BASE_DEC,
NULL, 0x0, "Size of principal", HFILL }},
{ &hf_mgmt_rc,
{"Status", "mgmt.rc", FT_UINT32, BASE_HEX,
NULL, 0x0, "Status", HFILL }},
NULL, 0x0, NULL, HFILL }},
};
static gint *ett[] = {