aboutsummaryrefslogtreecommitdiffstats
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
parentcf247c736072417c5ba8526026c1431ee54db39d (diff)
From Martin Gignac: fix the "cc" field.
svn path=/trunk/; revision=5613
-rw-r--r--AUTHORS2
-rw-r--r--packet-mmse.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 019af0291e..845c667785 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1236,7 +1236,7 @@ Antti Tuominen <ajtuomin[AT]tml.hut.fi> {
}
Martin Gignac <lmcgign[AT]mobilitylab.net> {
- MMSE fix for Sender-Visibility field
+ Various MMSE fixes
}
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
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