ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Patch for HMIP6

From: Nicolas DICHTEL <nicolas.dichtel@xxxxxxxxx>
Date: Wed, 04 Oct 2006 16:10:00 +0200
Hi,

M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).


Regards,
Nicolas
--- wireshark-0.99.4-SVN-19424-orig/epan/dissectors/packet-mip6.c	2006-10-04 09:32:18.000000000 +0200
+++ wireshark-0.99.4-SVN-19424/epan/dissectors/packet-mip6.c	2006-10-04 15:32:50.626319957 +0200
@@ -972,15 +972,15 @@ proto_register_mip6(void)
                                    FT_BOOLEAN, 8, TFS(&mip6_bu_k_flag_value),
                                    0x10, "Key Management Compatibility (K) flag", 
                                    HFILL }},
-        { &hf_mip6_bu_m_flag,    { "Multiple Care of Address (M) flag", 
+        { &hf_mip6_bu_m_flag,    { "MAP Registration Compatibility (M) flag", 
                                    "mip6.bu.m_flag",
                                    FT_BOOLEAN, 8, TFS(&mip6_bu_m_flag_value),
-                                   0x08, "Multiple Care of Address (M) flag", 
+                                   0x08, "MAP Registration Compatibility (M) flag", 
                                    HFILL }},
         { &hf_nemo_bu_r_flag,    { "Mobile Router (R) flag", 
                                    "nemo.bu.r_flag",
                                    FT_BOOLEAN, 8, TFS(&nemo_bu_r_flag_value),
-                                   0x04, "Mobile Router (r) flag", 
+                                   0x04, "Mobile Router (R) flag", 
                                    HFILL }},
         { &hf_mip6_bu_lifetime,  { "Lifetime", "mip6.bu.lifetime",
                                    FT_UINT16, BASE_DEC, NULL, 0,
--- wireshark-0.99.4-SVN-19424-orig/epan/dissectors/packet-mip6.h	2006-10-04 09:32:18.000000000 +0200
+++ wireshark-0.99.4-SVN-19424/epan/dissectors/packet-mip6.h	2006-10-04 15:19:24.506447151 +0200
@@ -98,8 +98,8 @@ static const true_false_string mip6_bu_k
 };
 
 static const true_false_string mip6_bu_m_flag_value = {
-    "Multiple Care of Address Comaptibility",
-    "No Multiple Care of Address Comaptibility",
+    "MAP Registration Compatibility",
+    "No MAP Registration Compatibility",
 };
 
 static const true_false_string nemo_bu_r_flag_value = {