aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-mgmt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-09-10 16:33:51 +0000
committerGuy Harris <guy@alum.mit.edu>2011-09-10 16:33:51 +0000
commit9317da356ba865471249d24c436dba8b1e5a11d8 (patch)
tree694a03d9f64cef0a215ff3b7f32e7fdb5c2a750d /epan/dissectors/packet-dcerpc-mgmt.c
parent7ec441d440b3f4fef45cb2287542764368a0fdec (diff)
Get rid of redundant blurbs.
svn path=/trunk/; revision=38959
Diffstat (limited to 'epan/dissectors/packet-dcerpc-mgmt.c')
-rw-r--r--epan/dissectors/packet-dcerpc-mgmt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-dcerpc-mgmt.c b/epan/dissectors/packet-dcerpc-mgmt.c
index f9e174919a..31b630e727 100644
--- a/epan/dissectors/packet-dcerpc-mgmt.c
+++ b/epan/dissectors/packet-dcerpc-mgmt.c
@@ -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[] = {