remove unnecessary underscores from display filters

svn path=/trunk/; revision=44181
This commit is contained in:
Michael Mann 2012-08-01 02:59:17 +00:00
parent fcd9a6d729
commit 1741731384
9 changed files with 11 additions and 11 deletions

View File

@ -12055,7 +12055,7 @@ proto_register_gsm_a_rr(void)
NULL, HFILL }
},
{ &hf_gsm_a_rr_3g_control_param_desc_meas_ctrl_utran,
{ "PCID_pattern_sense", "gsm_a_ccch._meas_ctrl_utran",
{ "PCID_pattern_sense", "gsm_a_ccch.meas_ctrl_utran",
FT_BOOLEAN, BASE_NONE, TFS(&measurement_control_utran), 0x00,
NULL, HFILL }
},

View File

@ -8093,7 +8093,7 @@ proto_register_gsm_rlcmac(void)
}
},
{ &hf_ms_class3_unpacked_ms_positioningmethod,
{ "MS_PositioningMethod", "gsm_rlcmac.ul.ms_class3_unpacked_.ms_positioningmethod",
{ "MS_PositioningMethod", "gsm_rlcmac.ul.ms_class3_unpacked_ms_positioningmethod",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL
}

View File

@ -8341,7 +8341,7 @@ proto_register_gtp(void)
"Reserved (shall be sent as '111' )", HFILL}
},
{&hf_gtp_flags_hdr_length,
{ "Header length", "gtp.flags._hdr_length",
{ "Header length", "gtp.flags.hdr_length",
FT_BOOLEAN, 8, TFS(&gtp_hdr_length_vals), 0x01,
NULL, HFILL}
},

View File

@ -4474,7 +4474,7 @@ proto_register_17221(void)
FT_UINT16, BASE_HEX, VALS(aem_descriptor_type_vals), 0x00, NULL, HFILL }
},
{ &hf_aecp_descriptor_id,
{"Descriptor ID", "ieee17221._descriptor_id",
{"Descriptor ID", "ieee17221.descriptor_id",
FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
},
@ -4491,7 +4491,7 @@ proto_register_17221(void)
/* READ_DESCRIPTOR */
{ &hf_aecp_configuration,
{ "Configuration", "ieee17221._configuration",
{ "Configuration", "ieee17221.configuration",
FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
@ -4855,7 +4855,7 @@ proto_register_17221(void)
FT_BOOLEAN, 32, NULL, AECP_COUNTERS_VALID_MEDIA_UNLOCKED, NULL, HFILL }
},
{ &hf_aecp_media_locked_valid,
{"Media Locked Valid", "ieee17221.flags._valid",
{"Media Locked Valid", "ieee17221.flags.valid",
FT_BOOLEAN, 32, NULL, AECP_COUNTERS_VALID_MEDIA_LOCKED, NULL, HFILL }
},
{ &hf_aecp_stream_reset_valid,

View File

@ -3444,7 +3444,7 @@ proto_register_megaco(void)
{ "ds/dscp", "megaco.ds_dscp", FT_STRING, BASE_NONE, NULL, 0x0,
"ds/dscp Differentiated Services Code Point", HFILL }},
{ &hf_megaco_h324_h223capr,
{ "h324/h223capr", "megaco._h324_h223capr", FT_STRING, BASE_NONE, NULL, 0x0,
{ "h324/h223capr", "megaco.h324_h223capr", FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_megaco_reserve_value,
{ "Reserve Value", "megaco.reservevalue", FT_STRING, BASE_NONE, NULL, 0x0,

View File

@ -2428,7 +2428,7 @@ proto_register_mip6(void)
{ &hf_pmip6_bri_status, { "Status", "mip6.bri_status",
FT_UINT8, BASE_DEC, VALS(pmip6_bri_status), 0x0, NULL, HFILL }},
{ &hf_pmip6_bri_seqnr, { "Sequence Number", "mip6._bri_seqnr",
{ &hf_pmip6_bri_seqnr, { "Sequence Number", "mip6.bri_seqnr",
FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_pmip6_bri_ip_flag, { "Proxy Binding (P) Flag", "mip6.bri_ip",

View File

@ -2522,7 +2522,7 @@ proto_register_per(void)
{ "Bit String Length", "per.bit_string_length", FT_UINT32, BASE_DEC,
NULL, 0, "Number of bits in the Bit String", HFILL }},
{ &hf_per_const_int_len,
{ "Constrained Integer Length", "per._const_int_len", FT_UINT32, BASE_DEC,
{ "Constrained Integer Length", "per.const_int_len", FT_UINT32, BASE_DEC,
NULL, 0, "Number of bytes in the Constrained Integer", HFILL }},
{ &hf_per_direct_reference,
{ "direct-reference", "per.direct_reference",

View File

@ -3810,7 +3810,7 @@ proto_register_spice(void)
NULL, HFILL }
},
{ &hf_cursor_unique,
{ "Cursor unique ID", "spice._cursor_unique",
{ "Cursor unique ID", "spice.cursor_unique",
FT_UINT64, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},

View File

@ -2722,7 +2722,7 @@ proto_register_usb(void)
"ISO data length in bytes", HFILL }},
{ &hf_usb_iso_pad, /* host endian byte order */
{ "Padding", "usb.iso._pad", FT_UINT32, BASE_HEX, NULL, 0x0,
{ "Padding", "usb.iso.pad", FT_UINT32, BASE_HEX, NULL, 0x0,
"Padding field of ISO descriptor structure", HFILL }},
{ &hf_usb_iso_data,