aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-caneth.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-caneth.c')
-rw-r--r--epan/dissectors/packet-caneth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-caneth.c b/epan/dissectors/packet-caneth.c
index e9b320a081..dc5d3b8546 100644
--- a/epan/dissectors/packet-caneth.c
+++ b/epan/dissectors/packet-caneth.c
@@ -183,7 +183,7 @@ proto_register_caneth(void)
&hf_caneth_magic,
{
"Magic", "caneth.magic",
- FT_STRING, STR_ASCII,
+ FT_STRING, BASE_NONE,
NULL, 0x0,
"The magic identifier used to denote the start of a CAN-ETH packet", HFILL
}