Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [PATCH] Status code for PMIPv6

From: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>
Date: Tue, 14 Aug 2007 15:44:44 +0200
Hi,

please find enclosed a patch to update BA status code for PMIPv6
according to draft-ietf-netlmm-proxymip6-01 Section 8.5

Regards,
Nicolas Dichtel
--- wireshark-0.99.6/epan/dissectors/packet-mip6.h	2007-08-14 15:34:15.624956676 +0200
+++ wireshark-0.99.6-new/epan/dissectors/packet-mip6.h	2007-08-14 15:36:00.217967452 +0200
@@ -126,7 +126,11 @@ static const value_string mip6_ba_status
     { 140, "Mobile Router Operation not permitted" },
     { 141, "Invalid Prefix" },
     { 142, "Not Authorized for Prefix" },
-    { 143, "Forwarding Setup failed" },
+    { 143, "Mobile Network Prefix information unavailable" },
+    { 145, "Proxy Registration not supported by the LMA" },
+    { 146, "Proxy Registrations from this MAG not allowed" },
+    { 147, "No home address for this NAI" },
+    { 148, "Invalid Time Stamp Option" },
     {   0, NULL }
 };