Ethereal-dev: [Ethereal-dev] [PATCH] MIP registration reply code

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

From: Bart Braem <bart.braem@xxxxxxxxx>
Date: Mon, 19 Dec 2005 16:43:09 +0100
Hi,

packet-mip.c does not have support for all registration denials by the
foreign agent, code 77 was left out. The attached patch fixes that.

Thanks for a great tool!
Bart
--- packet-mip-old.c	2005-12-19 16:39:03.000000000 +0100
+++ packet-mip.c	2005-12-19 16:39:54.000000000 +0100
@@ -98,6 +98,7 @@
   {74, "Reg Deny (FA)- Requested Reverse Tunnel Unavailable"},
   {75, "Reg Deny (FA)- Reverse Tunnel is Mandatory and 'T' Bit Not Set"},
   {76, "Reg Deny (FA)- Mobile Node Too Distant"},
+  {77, "Reg Deny (FA)- Invalid Care-of Address"},
   {79, "Reg Deny (FA)- Delivery Style Not Supported"},
   {80, "Reg Deny (FA)- Home Network Unreachable"},
   {81, "Reg Deny (FA)- HA Host Unreachable"},