From e3af953ae26114a90801ed08d42de96592de53fd Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Tue, 14 Aug 2007 16:37:35 +0000 Subject: From Nicolas Dichtel: Please find enclosed a patch to update BA status code for PMIPv6 according to draft-ietf-netlmm-proxymip6-01 Section 8.5 svn path=/trunk/; revision=22499 --- epan/dissectors/packet-mip6.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-mip6.h') diff --git a/epan/dissectors/packet-mip6.h b/epan/dissectors/packet-mip6.h index bc4af5fe71..27221fe89f 100644 --- a/epan/dissectors/packet-mip6.h +++ b/epan/dissectors/packet-mip6.h @@ -134,7 +134,11 @@ static const value_string mip6_ba_status_value[] = { { 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 } }; -- cgit v1.2.3