aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x29.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-10-26 21:29:44 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-10-26 21:29:44 +0000
commit52aaa7c77f86c7c1564d135951597950c9103d47 (patch)
treeeb5e12ff92c51d4f6b47d8ae857ad3517851b807 /epan/dissectors/packet-x29.c
parent812ecb21c3eb5c2c6af4257af5a2d3e81022cbdf (diff)
Match protocol and filter prefix.
svn path=/trunk/; revision=26561
Diffstat (limited to 'epan/dissectors/packet-x29.c')
-rw-r--r--epan/dissectors/packet-x29.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x29.c b/epan/dissectors/packet-x29.c
index 92c8e11a58..6d4ed6979c 100644
--- a/epan/dissectors/packet-x29.c
+++ b/epan/dissectors/packet-x29.c
@@ -266,7 +266,7 @@ proto_register_x29(void)
&ett_x29,
};
- proto_x29 = proto_register_protocol("X.29", "X.29", "x.29");
+ proto_x29 = proto_register_protocol("X.29", "X.29", "x29");
proto_register_field_array(proto_x29, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}