From daf302579a8b967a88bdeaead0a31cc83f59c6dd Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 13 Jan 2001 02:28:27 +0000 Subject: Make top-level items for interleaved RTSP packets be items for the RTSP protocol, as well as top-level items for regular RTSP, so that the filter expression "rtsp" matches both of them. svn path=/trunk/; revision=2887 --- packet-rtsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-rtsp.c') diff --git a/packet-rtsp.c b/packet-rtsp.c index d82f2ed382..bd7015d80b 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.34 2001/01/11 20:14:24 guy Exp $ + * $Id: packet-rtsp.c,v 1.35 2001/01/13 02:28:27 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -96,7 +96,7 @@ dissect_rtspinterleaved(tvbuff_t *tvb, int offset, packet_info *pinfo, return -1; } - ti = proto_tree_add_text(tree, tvb, offset, 4, + ti = proto_tree_add_protocol_format(tree, proto_rtsp, tvb, offset, 4, "RTSP Interleaved Frame, Channel: 0x%02x, %u bytes", rf_chan, rf_len); rtspframe_tree = proto_item_add_subtree(ti, ett_rtspframe); -- cgit v1.2.3