From 7f77783e209b6af576c27f6c71ed17489279f5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 22 Jun 2009 18:23:58 +0000 Subject: From Kovarththanan Rajaratnam: More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811 --- plugins/wimax/wimax_pdu_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/wimax/wimax_pdu_decoder.c') diff --git a/plugins/wimax/wimax_pdu_decoder.c b/plugins/wimax/wimax_pdu_decoder.c index 98121d5bda..1f98d0b028 100644 --- a/plugins/wimax/wimax_pdu_decoder.c +++ b/plugins/wimax/wimax_pdu_decoder.c @@ -93,8 +93,8 @@ void proto_register_wimax_pdu(void) &hf_wimax_value_bytes, { "Values", "wmx.pdu.value", - FT_BYTES, BASE_HEX, NULL, 0x0, - "", HFILL + FT_BYTES, BASE_NONE, NULL, 0x0, + NULL, HFILL } }, }; -- cgit v1.2.3