aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtsp.c
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 /epan/dissectors/packet-rtsp.c
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 'epan/dissectors/packet-rtsp.c')
-rw-r--r--epan/dissectors/packet-rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtsp.c b/epan/dissectors/packet-rtsp.c
index 9104e798bd..f1b8888a83 100644
--- a/epan/dissectors/packet-rtsp.c
+++ b/epan/dissectors/packet-rtsp.c
@@ -462,7 +462,7 @@ rtsp_create_conversation(packet_info *pinfo, const guchar *line_begin,
if (rtp_transport)
{
rtp_add_address(pinfo, &pinfo->dst, c_data_port, s_data_port,
- "RTSP", pinfo->fd->num);
+ "RTSP", pinfo->fd->num, 0);
if (!c_mon_port)
return;