From: Guy Harris Date: Fri, 7 Jan 2005 19:34:36 +0000 (-0000) Subject: Use BASE_NONE, not FT_NONE, for the "base" value of an FT_STRING field. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d91588af2d64bfc03394e7be0dbbfa3d4d3a031b;p=metze%2Fwireshark%2Fwip.git Use BASE_NONE, not FT_NONE, for the "base" value of an FT_STRING field. svn path=/trunk/; revision=12987 --- diff --git a/epan/dissectors/packet-jxta.c b/epan/dissectors/packet-jxta.c index b4ec0ae0d1..5db0adec90 100644 --- a/epan/dissectors/packet-jxta.c +++ b/epan/dissectors/packet-jxta.c @@ -107,7 +107,7 @@ static hf_register_info hf[] = { "JXTA Message Framing Header Name Length", HFILL } }, { &hf_jxta_framing_header_name, - { "Name", "jxta.framing.header.name", FT_STRING, FT_NONE, NULL, 0x0, + { "Name", "jxta.framing.header.name", FT_STRING, BASE_NONE, NULL, 0x0, "JXTA Message Framing Header Name", HFILL } }, { &hf_jxta_framing_header_value_length,