aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-07-01 11:55:48 +0000
committerMichael Mann <mmann78@netscape.net>2013-07-01 11:55:48 +0000
commit59e46d816b4c22e4d39778aa3ccff2ac9e847007 (patch)
treeec239f90f3d259b34fafcc984a2e5eab45e7ebf7
parent7dc10daffebe93bf3512fce97b43b669e0184c2e (diff)
Fix typo in retrieving h263 dissector. Bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893)
From Michal Labedzki svn path=/trunk/; revision=50291
-rw-r--r--epan/dissectors/packet-btavdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btavdtp.c b/epan/dissectors/packet-btavdtp.c
index d76fdedc85..a10ac9d410 100644
--- a/epan/dissectors/packet-btavdtp.c
+++ b/epan/dissectors/packet-btavdtp.c
@@ -2175,7 +2175,7 @@ proto_register_btvdp(void)
void
proto_reg_handoff_btvdp(void)
{
- h263_handle = find_dissector("h63");
+ h263_handle = find_dissector("h263");
mp4v_es_handle = find_dissector("mp4v-es");
rtp_handle = find_dissector("rtp");