aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-01-28 23:24:04 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-01-28 23:24:04 +0000
commitb3b3f5cbccad71bf2c567c865107f5a63c713059 (patch)
tree5010de57f25b1395d50c66b134476d748fc2a9cb /plugins
parent4bf362f86336a147ba07d063d93e9706f0e6930b (diff)
use MATE (not mate) for protocol name and protocol tree
svn path=/trunk/; revision=13191
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/packet-mate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mate/packet-mate.c b/plugins/mate/packet-mate.c
index 73dfcf588d..70fd15e0da 100644
--- a/plugins/mate/packet-mate.c
+++ b/plugins/mate/packet-mate.c
@@ -231,7 +231,7 @@ extern void mate_tree(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
if (( pdus = mate_get_pdus(pinfo->fd->num) )) {
for ( ; pdus; pdus = pdus->next_in_frame) {
- mate_i = proto_tree_add_text(tree,tvb,0,0,"mate");
+ mate_i = proto_tree_add_text(tree,tvb,0,0,"MATE");
mate_t = proto_item_add_subtree(mate_i, mc->ett_root);
mate_pdu_tree(pdus,tvb,mate_t);
}
@@ -295,7 +295,7 @@ proto_register_mate(void)
{
module_t *mate_module;
- proto_mate = proto_register_protocol("Meta Analysis Tracing Engine", "mate", "mate");
+ proto_mate = proto_register_protocol("Meta Analysis Tracing Engine", "MATE", "mate");
register_dissector("mate",mate_tree,proto_mate);
mate_module = prefs_register_protocol(proto_mate, proto_reg_handoff_mate);
prefs_register_string_preference(mate_module, "config_filename",