aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-16 09:08:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-16 09:08:36 +0000
commitc25dd4b1ceb6e65acab42c754fa0efaa748c1df5 (patch)
treeb7492a5ecee2318289bf2a56ffcf417c3c3b4ce3 /epan/dissectors/packet-imf.c
parentef6ddbd3e8c3d0cf5df61c258e7da84a98db807c (diff)
Don't prefix description with imf.
svn path=/trunk/; revision=38553
Diffstat (limited to 'epan/dissectors/packet-imf.c')
-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 }},