From 008054453bbf4cc3fc54cae4a602ebcc869b4e92 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Thu, 10 Mar 2005 19:32:22 +0000 Subject: From Alejandro Vaquero: - Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697 --- asn1/h245/h245.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/h245') diff --git a/asn1/h245/h245.cnf b/asn1/h245/h245.cnf index 4d0a409a10..96fdd03a3c 100644 --- a/asn1/h245/h245.cnf +++ b/asn1/h245/h245.cnf @@ -345,7 +345,7 @@ guint32 tsapIdentifier; src_addr.len=4; src_addr.data=(char *)&ipv4_address; - rtp_add_address(pinfo, &src_addr, ipv4_port, 0, "H245", pinfo->fd->num); + rtp_add_address(pinfo, &src_addr, ipv4_port, 0, "H245", pinfo->fd->num, 0); } if((!pinfo->fd->flags.visited) && rtcp_ipv4_address!=0 && rtcp_ipv4_port!=0 && rtcp_handle){ address src_addr; -- cgit v1.2.3