aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-11-04 10:07:33 +0000
committerJörg Mayer <jmayer@loplof.de>2013-11-04 10:07:33 +0000
commitca7923f7d5fb9c393193cf7e2ad44edec40a4ef6 (patch)
tree877efd80465163ebdfbf5710d61ca6ab8514fd43 /epan/dissectors/packet-btavdtp.c
parent55e3b535635a8882c1aa2bf0ee887a4790164ca1 (diff)
Revert r53073, by now the vast majority of dissector do declare the
registration functions and if we want to standardize it makes more sense to fix the remaining ones. svn path=/trunk/; revision=53075
Diffstat (limited to 'epan/dissectors/packet-btavdtp.c')
-rw-r--r--epan/dissectors/packet-btavdtp.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btavdtp.c b/epan/dissectors/packet-btavdtp.c
index d5ed95b59c..b86bfc6af3 100644
--- a/epan/dissectors/packet-btavdtp.c
+++ b/epan/dissectors/packet-btavdtp.c
@@ -465,6 +465,15 @@ typedef struct _sep_data_t {
gint content_protection_type;
} sep_data_t;
+void proto_register_btavdtp(void);
+void proto_reg_handoff_btavdtp(void);
+void proto_register_bta2dp(void);
+void proto_reg_handoff_bta2dp(void);
+void proto_register_bta2dp_content_protection_header_scms_t(void);
+void proto_register_btvdp(void);
+void proto_reg_handoff_btvdp(void);
+void proto_register_btvdp_content_protection_header_scms_t(void);
+
static const char *
get_sep_type(guint32 frame_number, guint seid)
{