rename protocol to h263

svn path=/trunk/; revision=25048
This commit is contained in:
Richard van der Hoff 2008-04-15 16:03:38 +00:00
parent 6f9dbbdae8
commit b1d400bb2d
1 changed files with 1 additions and 1 deletions

View File

@ -1006,7 +1006,7 @@ proto_register_h263_data(void)
proto_register_subtree_array(ett, array_length(ett));
proto_h263_data = proto_register_protocol("ITU-T Recommendation H.263",
"H.263 data", "h263data");
"H.263", "h263");
proto_register_field_array(proto_h263_data, hf, array_length(hf));
register_dissector("h263data", dissect_h263_data, proto_h263_data);
}