Index: packet-ansi_637.c
===================================================================
RCS file: /cvsroot/ethereal/packet-ansi_637.c,v
retrieving revision 1.4
diff -u -r1.4 packet-ansi_637.c
--- packet-ansi_637.c	8 Dec 2003 23:40:12 -0000	1.4
+++ packet-ansi_637.c	9 Dec 2003 00:39:23 -0000
@@ -583,10 +583,10 @@
 
     switch ((oct & 0xc0) >> 6)
     {
-    case 0x00: str = "Normal"; break;
-    case 0x01: str = "Interactive"; break;
-    case 0x10: str = "Urgent"; break;
-    case 0x11: str = "Emergency"; break;
+    case 0: str = "Normal"; break;
+    case 1: str = "Interactive"; break;
+    case 2: str = "Urgent"; break;
+    case 3: str = "Emergency"; break;
     }
 
     other_decode_bitfield_value(ansi_637_bigbuf, oct, 0xc0, 8);
@@ -880,10 +880,10 @@
 
     switch ((oct & 0xc0) >> 6)
     {
-    case 0x00: str = "Immediate Display: The mobile station is to display the received message as soon as possible."; break;
-    case 0x01: str = "Mobile default setting: The mobile station is to display the received message based on a pre-defined mode in the mobile station."; break;
-    case 0x10: str = "User Invoke: The mobile station is to display the received message based on the mode selected by the user."; break;
-    case 0x11: str = "Reserved"; break;
+    case 0: str = "Immediate Display: The mobile station is to display the received message as soon as possible."; break;
+    case 1: str = "Mobile default setting: The mobile station is to display the received message based on a pre-defined mode in the mobile station."; break;
+    case 2: str = "User Invoke: The mobile station is to display the received message based on the mode selected by the user."; break;
+    case 3: str = "Reserved"; break;
     }
 
     other_decode_bitfield_value(ansi_637_bigbuf, oct, 0xc0, 8);
