aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-imf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-imf.c b/epan/dissectors/packet-imf.c
index 0cc3532937..f935cc7a78 100644
--- a/epan/dissectors/packet-imf.c
+++ b/epan/dissectors/packet-imf.c
@@ -651,10 +651,10 @@ proto_register_imf(void)
static hf_register_info hf[] = {
{ &hf_imf_date,
{ "Date", "imf.date", FT_STRING, BASE_NONE, NULL, 0x0,
- "imf.DateTime", HFILL }},
+ "DateTime", HFILL }},
{ &hf_imf_from,
{ "From", "imf.from", FT_STRING, BASE_NONE, NULL, 0x0,
- "imf.MailboxList", HFILL }},
+ "MailboxList", HFILL }},
{ &hf_imf_sender,
{ "Sender", "imf.sender", FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},