aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-08-14 16:37:35 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-08-14 16:37:35 +0000
commite3af953ae26114a90801ed08d42de96592de53fd (patch)
tree88400cb22bad8abc522da39ffbf760148876297f /epan/dissectors/packet-mip6.h
parent2bcdc1570a2c020cc6c99212f4da0e086b84d321 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-mip6.h')
-rw-r--r--epan/dissectors/packet-mip6.h6
1 files changed, 5 insertions, 1 deletions
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 }
};