aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2008-04-15 16:03:38 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2008-04-15 16:03:38 +0000
commitb1d400bb2d2febb826d756ad09600facbfd3a5f7 (patch)
treec9e8a4dbd963cafdcd87000c5bb9b524ee37be6e /epan/dissectors/packet-h263.c
parent6f9dbbdae8642697ef96316b582922228a701bde (diff)
rename protocol to h263
svn path=/trunk/; revision=25048
Diffstat (limited to 'epan/dissectors/packet-h263.c')
-rw-r--r--epan/dissectors/packet-h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h263.c b/epan/dissectors/packet-h263.c
index 1bff33ce69..661d7338f5 100644
--- a/epan/dissectors/packet-h263.c
+++ b/epan/dissectors/packet-h263.c
@@ -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);
}