Fix a few usages of "" in the hfp] array 'blurb' field.

svn path=/trunk/; revision=32811
This commit is contained in:
Bill Meier 2010-05-14 18:56:28 +00:00
parent a41f89c8f5
commit e1420c0799
3 changed files with 32 additions and 31 deletions

View File

@ -8686,7 +8686,7 @@ proto_register_dcerpc_netlogon(void)
{ &hf_netlogon_num_sid,
{ "Num Extra SID", "netlogon.num_sid", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_netlogon_flags,
{ "Flags", "netlogon.flags", FT_UINT32, BASE_HEX,
@ -9191,23 +9191,23 @@ proto_register_dcerpc_netlogon(void)
{ &hf_client_credential,
{ "Client Credential", "netlogon.clientcred", FT_BYTES, BASE_NONE,
NULL, 0x0, "", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_server_credential,
{ "Server Credential", "netlogon.servercred", FT_BYTES, BASE_NONE,
NULL, 0x0, "", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_server_rid,
{ "Account RID", "netlogon.serverrid", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_client_challenge,
{ "Client Challenge", "netlogon.clientchallenge", FT_BYTES, BASE_NONE,
NULL, 0x0, "", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_server_challenge,
{ "Server Challenge", "netlogon.serverchallenge", FT_BYTES, BASE_NONE,
NULL, 0x0, "", HFILL }},
NULL, 0x0, NULL, HFILL }},
{ &hf_netlogon_secchan_nl_message_type,
{ "Message Type", "netlogon.secchan.nl_auth_message.message_type", FT_UINT32, BASE_HEX,
@ -9259,11 +9259,11 @@ proto_register_dcerpc_netlogon(void)
{ &hf_netlogon_data_length,
{ "Length of Data", "netlogon.data.length", FT_UINT32, BASE_DEC,
NULL, 0, "", HFILL }},
NULL, 0, NULL, HFILL }},
{ &hf_netlogon_package_name,
{ "SSP Package Name", "netlogon.data.package_name", FT_STRING, BASE_NONE,
NULL, 0, "", HFILL }},
NULL, 0, NULL, HFILL }},
{ &hf_netlogon_secchan_verf,
{ "Secure Channel Verifier", "netlogon.secchan.verifier", FT_NONE, BASE_NONE,

View File

@ -1,3 +1,4 @@
/* packet-ospf.c
* Routines for OSPF packet disassembly
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
@ -3180,7 +3181,7 @@ proto_register_ospf(void)
NULL, 0x0, NULL, HFILL }},
{&hf_ospf_filter[OSPFF_V2_OPTIONS_MT],
{ "MT", "ospf.v2.options.mt", FT_BOOLEAN, 8,
TFS(&tfs_v2_options_mt), OSPF_V2_OPTIONS_MT, "", HFILL }},
TFS(&tfs_v2_options_mt), OSPF_V2_OPTIONS_MT, NULL, HFILL }},
{&hf_ospf_filter[OSPFF_V2_OPTIONS_E],
{ "E", "ospf.v2.options.e", FT_BOOLEAN, 8,
TFS(&tfs_v2_options_e), OSPF_V2_OPTIONS_E, NULL, HFILL }},
@ -3273,10 +3274,10 @@ proto_register_ospf(void)
TFS(&tfs_v2_router_lsa_flags_v), OSPF_V2_ROUTER_LSA_FLAG_V, NULL, HFILL }},
{&hf_ospf_filter[OSPFF_V2_ROUTER_LSA_FLAG_W],
{ "W", "ospf.v2.router.lsa.flags.w", FT_BOOLEAN, 8,
TFS(&tfs_v2_router_lsa_flags_w), OSPF_V2_ROUTER_LSA_FLAG_W, "", HFILL }},
TFS(&tfs_v2_router_lsa_flags_w), OSPF_V2_ROUTER_LSA_FLAG_W, NULL, HFILL }},
{&hf_ospf_filter[OSPFF_V2_ROUTER_LSA_FLAG_N],
{ "N", "ospf.v2.router.lsa.flags.n", FT_BOOLEAN, 8,
TFS(&tfs_v2_router_lsa_flags_n), OSPF_V2_ROUTER_LSA_FLAG_N, "", HFILL }},
TFS(&tfs_v2_router_lsa_flags_n), OSPF_V2_ROUTER_LSA_FLAG_N, NULL, HFILL }},
{&hf_ospf_filter[OSPFF_V3_ROUTER_LSA_FLAG],
{ "Flags", "ospf.v3.router.lsa.flags", FT_UINT8, BASE_HEX,
NULL, 0x0, NULL, HFILL }},

View File

@ -749,7 +749,7 @@ void proto_register_pppoed(void)
},
{ &hf_pppoed_tag_length_8,
{ "Tag Length", "pppoed.tag_length_8", FT_UINT8, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_unknown_data,
@ -789,97 +789,97 @@ void proto_register_pppoed(void)
},
{ &hf_pppoed_tag_vspec_tags,
{ "Vendor Specific PPPoE Tags", "pppoed.tags.vendorspecific.tags", FT_NONE, BASE_NONE,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_tag,
{ "Tag", "pppoed.tags.vendorspecific.tag", FT_UINT8, BASE_HEX,
VALS(vspec_tag_vals), 0x0, "", HFILL
VALS(vspec_tag_vals), 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_circuit_id,
{ "Circuit ID", "pppoed.tags.circuit_id", FT_STRING, BASE_NONE,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_remote_id,
{ "Remote ID", "pppoed.tags.remote_id", FT_STRING, BASE_NONE,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_act_data_rate_up,
{ "Actual Data Rate Upstream", "pppoed.tags.act_data_rate_up", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_act_data_rate_down,
{ "Actual Data Rate Downstream", "pppoed.tags.act_data_rate_down", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_min_data_rate_up,
{ "Minimum Data Rate Upstream", "pppoed.tags.min_data_rate_up", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_min_data_rate_down,
{ "Minimum Data Rate Downstream", "pppoed.tags.min_data_rate_down", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_attainable_data_rate_up,
{ "Attainable DataRate Upstream", "pppoed.tags.attainable_data_rate_up", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_attainable_data_rate_down,
{ "Attainable DataRate Downstream", "pppoed.tags.attainable_data_rate_down", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_max_data_rate_up,
{ "Maximum Data Rate Upstream", "pppoed.tags.max_data_rate_up", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_max_data_rate_down,
{ "Maximum Data Rate Downstream", "pppoed.tags.max_data_rate_down", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_min_data_rate_up_lp,
{ "Min DataRate Upstream in low power state", "pppoed.tags.min_data_rate_up_lp", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_min_data_rate_down_lp,
{ "Minimum Data Rate Downstream in low power state", "pppoed.tags.min_data_rate_down_lp", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_max_int_delay_up,
{ "Max Interleaving Delay Upstream", "pppoed.tags.max_int_delay_up", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_act_int_delay_up,
{ "Actual Interleaving Delay Upstream", "pppoed.tags.act_int_delay_up", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_max_int_delay_down,
{ "Maximum Interleaving Delay Downstream", "pppoed.tags.max_int_delay_down", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_act_int_delay_down,
{ "Actual Interleaving Delay Downstream", "pppoed.tags.act_int_delay_down", FT_UINT32, BASE_DEC,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_access_loop_encapsulation,
{ "Access-Loop-Encapsulation", "pppoed.tags.access_loop_encap", FT_NONE, BASE_NONE,
NULL, 0x0, "", HFILL
NULL, 0x0, NULL, HFILL
}
},
{ &hf_pppoed_tag_vspec_access_loop_encap_data_link,