aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-data.c')
-rw-r--r--epan/dissectors/packet-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-data.c b/epan/dissectors/packet-data.c
index e827be0f05..27d49b3638 100644
--- a/epan/dissectors/packet-data.c
+++ b/epan/dissectors/packet-data.c
@@ -68,7 +68,7 @@ proto_register_data(void)
{
static hf_register_info hf[] = {
{ &hf_data_data,
- { "Data", "data.data", FT_BYTES, BASE_HEX, NULL, 0x0, NULL, HFILL } },
+ { "Data", "data.data", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_data_len,
{ "Length", "data.len", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }
};