aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c
index a6903ea8d9..a3c2466f95 100644
--- a/epan/dissectors/packet-mip6.c
+++ b/epan/dissectors/packet-mip6.c
@@ -5342,7 +5342,7 @@ proto_register_mip6(void)
expert_module_t* expert_mip6;
/* Register the protocol name and description */
- proto_mip6 = proto_register_protocol("Mobile IPv6 / Network Mobility", "MIPv6", "mipv6");
+ proto_mip6 = proto_register_protocol("Mobile IPv6", "MIPv6", "mipv6");
/* Register the dissector by name */
/* register_dissector("mipv6", dissect_nemo, proto_nemo); */