aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_pdu_decoder.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
commit7f77783e209b6af576c27f6c71ed17489279f5b1 (patch)
treee4e19fda561bf002f41164d5d29fdd3819f9e591 /plugins/wimax/wimax_pdu_decoder.c
parent485fc6805bb3f5349b322c2b293bfb7392e490c4 (diff)
From Kovarththanan Rajaratnam:
More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811
Diffstat (limited to 'plugins/wimax/wimax_pdu_decoder.c')
-rw-r--r--plugins/wimax/wimax_pdu_decoder.c4
1 files changed, 2 insertions, 2 deletions
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
}
},
};