summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-aruba-adp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-aruba-adp.c b/epan/dissectors/packet-aruba-adp.c
index 33662cb5ac..b2f0df7e90 100644
--- a/epan/dissectors/packet-aruba-adp.c
+++ b/epan/dissectors/packet-aruba-adp.c
@@ -143,7 +143,7 @@ proto_register_aruba_adp(void)
&ett_aruba_adp,
};
- proto_aruba_adp = proto_register_protocol("Aruba - Aruba Discovery Protocol",
+ proto_aruba_adp = proto_register_protocol("Aruba Discovery Protocol",
"ADP", "adp");
proto_register_field_array(proto_aruba_adp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));