Revert SVN #38954; Correct fix to follow.

svn path=/trunk/; revision=38955
This commit is contained in:
Bill Meier 2011-09-09 21:20:17 +00:00
parent a2ff261c12
commit 20a5184e03
1 changed files with 4 additions and 0 deletions

View File

@ -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);