Ethereal-dev: [Ethereal-dev] More Mobile IPv6 fixes

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

From: Martti Kuparinen <martti.kuparinen@xxxxxx>
Date: Tue, 16 Dec 2003 10:44:20 +0200 (EET)
Hi!

Here are some minor Mobile IPv6 fixes...

Martti



--- packet-mip6.h.orig	2003-12-16 10:32:23.000000000 +0200
+++ packet-mip6.h	2003-12-16 10:34:40.000000000 +0200
@@ -85,17 +85,19 @@
 /* Binding Acknowledgement status values */
 static const value_string mip6_ba_status_value[] = {
     {   0, "Binding Update accepted" },
+    {   1, "Accepted but prefix discovery necessary" },
     { 128, "Reason unspecified" },
-    { 129, "Adminstratively prohibited" },
+    { 129, "Administratively prohibited" },
     { 130, "Insufficient resources" },
     { 131, "Home registration not supported" },
     { 132, "Not home subnet" },
     { 133, "Not home agent for this mobile node" },
-    { 134, "Duplicate address detection failed" },
+    { 134, "Duplicate Address Detection failed" },
     { 135, "Sequence number out of window" },
     { 136, "Expired home nonce index" },
     { 137, "Expired care-of nonce index" },
     { 138, "Expired nonces" },
+    { 139, "Registration type change disallowed" },
     {   0, NULL }
 };