aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-10 19:32:22 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-10 19:32:22 +0000
commit8989b5a95b6923b4059fdd3f4f04cf1631c31396 (patch)
treefbe4ef788b1e4c8a766ae877769c7588528ccfa0 /asn1
parent4fc2fec800b14c9800592e3196e7f365420d5f1d (diff)
From Alejandro Vaquero:
- Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13697 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h245/h245.cnf2
1 files changed, 1 insertions, 1 deletions
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;