aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mmse.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-05 19:03:42 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-05 19:03:42 +0000
commitd0773ba9bffe3206b12020e7a9a5cc61ae268980 (patch)
treee539628a0545d4ae0aa146977c02bf9a72096940 /packet-mmse.c
parent715ba268f9a1b3ee3c534fc405a5355bf9dd7bd6 (diff)
From Martin Gignac: fix some values to match the
WAP-209-MMSEncapsulation-20020105-a spec. svn path=/trunk/; revision=5629
Diffstat (limited to 'packet-mmse.c')
-rw-r--r--packet-mmse.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-mmse.c b/packet-mmse.c
index bad0622bf4..ec3e82b9a2 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.9 2002/06/03 19:00:00 guy Exp $
+ * $Id: packet-mmse.c,v 1.10 2002/06/05 19:03:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -155,14 +155,14 @@ static const value_string vals_message_class[] = {
{ 0x80, "Personal" },
{ 0x81, "Advertisement" },
{ 0x82, "Informational" },
- { 0x82, "Auto" },
+ { 0x83, "Auto" },
{ 0x00, NULL },
};
static const value_string vals_priority[] = {
{ 0x80, "Low" },
{ 0x81, "Normal" },
- { 0x81, "High" },
+ { 0x82, "High" },
{ 0x00, NULL },
};
@@ -189,8 +189,8 @@ static const value_string vals_status[] = {
{ 0x80, "Expired" },
{ 0x81, "Retrieved" },
{ 0x82, "Rejected" },
- { 0x82, "Deferred" },
- { 0x82, "Unrecognized" },
+ { 0x83, "Deferred" },
+ { 0x84, "Unrecognized" },
{ 0x00, NULL },
};