From f54beaed8798910a75ddc1935c185d859a45c528 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 19 Nov 2010 19:02:08 +0000 Subject: Clean up blurbs a bit. Not much we can do about "Description" - what is it a description *of*? svn path=/trunk/; revision=34978 --- epan/dissectors/packet-ppi-vector.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-ppi-vector.c') diff --git a/epan/dissectors/packet-ppi-vector.c b/epan/dissectors/packet-ppi-vector.c index 81f927b0ac..809c1051a0 100644 --- a/epan/dissectors/packet-ppi-vector.c +++ b/epan/dissectors/packet-ppi-vector.c @@ -406,15 +406,15 @@ void proto_register_ppi_vector(void) { { &hf_ppi_vector_descstr, { "Description", "ppi_vector.descr", FT_STRING, BASE_NONE, NULL, 0x0, - "Description", HFILL } } , + NULL, HFILL } } , { &hf_ppi_vector_appspecific_num, { "Application Specific id", "ppi_vector.appid", FT_UINT32, BASE_HEX, NULL, 0x0, - "application specific identifier", HFILL } }, + "Application-specific identifier", HFILL } }, { &hf_ppi_vector_appspecific_data, { "Application specific data", "ppi_vector.appdata", FT_BYTES, BASE_NONE, NULL, 0x0, - "application specific data", HFILL } }, + "Application-specific data", HFILL } }, /* There are currently only three vector flags. * These control the units/interpreration of a vector -- cgit v1.2.3