Match protocol and filter prefix.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 Oct 2008 21:29:44 +0000 (21:29 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 Oct 2008 21:29:44 +0000 (21:29 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26561 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-x29.c

index 92c8e11a58593d9f3814711c640efc1baf500f98..6d4ed6979cc5c4dc9102e105dab1f0b626670e25 100644 (file)
@@ -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));
 }