From 3f8b7cd0fc93040f23b1d1b0e061dc1097321f4e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 19 Oct 2000 06:45:11 +0000 Subject: Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and RTP dissectors, and changes to the Q.931 dissector for use with H.323. svn path=/trunk/; revision=2511 --- packet-rtsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-rtsp.c') diff --git a/packet-rtsp.c b/packet-rtsp.c index 257c4c3207..da9e88087a 100644 --- a/packet-rtsp.c +++ b/packet-rtsp.c @@ -4,7 +4,7 @@ * Jason Lango * Liberally copied from packet-http.c, by Guy Harris * - * $Id: packet-rtsp.c,v 1.19 2000/09/30 05:46:27 guy Exp $ + * $Id: packet-rtsp.c,v 1.20 2000/10/19 06:45:11 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -126,14 +126,14 @@ rtsp_create_conversation(const u_char *trans_begin, const u_char *trans_end) conv = conversation_new(&pi.src, &pi.dst, PT_UDP, s_data_port, c_data_port, 0); - old_conversation_set_dissector(conv, dissect_rtp); + conversation_set_dissector(conv, dissect_rtp); if (!c_mon_port || !s_mon_port) return; conv = conversation_new(&pi.src, &pi.dst, PT_UDP, s_mon_port, c_mon_port, 0); - old_conversation_set_dissector(conv, dissect_rtcp); + conversation_set_dissector(conv, dissect_rtcp); } static void dissect_rtsp(const u_char *pd, int offset, frame_data *fd, -- cgit v1.2.3