Ethereal-dev: [Ethereal-dev] Patch for packet-mmse.c...

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Martin Gignac <lmcgign@xxxxxxxxxxxxxxx>
Date: Wed, 5 Jun 2002 09:58:08 -0400 (EDT)
Another little patch for some of the values in packet-mmse.c (direct from
the WAP-209-MMSEncapsulation-20020105-a spec).

-Martin
--- packet-mmse.c.orig	Wed Jun  5 09:42:47 2002
+++ packet-mmse.c	Wed Jun  5 09:53:50 2002
@@ -155,14 +155,14 @@
     { 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 @@
     { 0x80, "Expired" },
     { 0x81, "Retrieved" },
     { 0x82, "Rejected" },
-    { 0x82, "Deferred" },
-    { 0x82, "Unrecognized" },
+    { 0x83, "Deferred" },
+    { 0x84, "Unrecognized" },
     { 0x00, NULL },
 };