aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mmse.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-03 19:00:00 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-03 19:00:00 +0000
commit1155a2fb437b43521367b7c75b9b5cb0a6a2de72 (patch)
tree7c93547e68e5d55a6e6c2053bac94172d17d43b9 /packet-mmse.c
parentcf247c736072417c5ba8526026c1431ee54db39d (diff)
From Martin Gignac: fix the "cc" field.
svn path=/trunk/; revision=5613
Diffstat (limited to 'packet-mmse.c')
-rw-r--r--packet-mmse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-mmse.c b/packet-mmse.c
index 71fee919be..bad0622bf4 100644
--- a/packet-mmse.c
+++ b/packet-mmse.c
@@ -2,7 +2,7 @@
* Routines for MMS Message Encapsulation dissection
* Copyright 2001, Tom Uijldert <tom.uijldert@cmg.nl>
*
- * $Id: packet-mmse.c,v 1.8 2002/05/29 22:52:53 guy Exp $
+ * $Id: packet-mmse.c,v 1.9 2002/06/03 19:00:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -681,7 +681,7 @@ proto_register_mmse(void)
}
},
{ &hf_mmse_cc,
- { "Bcc", "mmse.bcc",
+ { "Cc", "mmse.cc",
FT_STRING, BASE_NONE, NULL, 0x00,
"Carbon copy.",
HFILL