aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-09-09 21:20:17 +0000
committerBill Meier <wmeier@newsguy.com>2011-09-09 21:20:17 +0000
commit20a5184e03b7c8b855773b93fe2b6cf2b34e22ea (patch)
tree8e1a60ad567d76d884acdd7f1af2ceeb29f59707 /epan/dissectors/packet-rtp.c
parenta2ff261c122cb612c290f4e09f0c45ccd0dd63f4 (diff)
Revert SVN #38954; Correct fix to follow.
svn path=/trunk/; revision=38955
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-rw-r--r--epan/dissectors/packet-rtp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 162b51354c..671784d448 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -219,6 +219,10 @@ static dissector_handle_t data_handle;
void proto_reg_handoff_rtp(void);
void proto_reg_handoff_pkt_ccc(void);
+static gboolean dissect_rtp_heur( tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree );
+static void dissect_rtp( tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree );
static void show_setup_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static void get_conv_info(packet_info *pinfo, struct _rtp_info *rtp_info);