aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-05-19 18:42:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-05-19 18:42:33 +0000
commit3a11073d6b950e6a87a67996963b41a2f8e860ed (patch)
tree527a7dc887765ccbf6d69ec71c789e207ed761ff /plugins/unistim
parentaf7304aa79849218a86d1c6a3b035b7575078ebe (diff)
Get info about media type(Video or not) a first step towards usage in rtp statistics.
svn path=/trunk/; revision=28415
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 86460e18a1..4dae72d057 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -2237,7 +2237,7 @@ dissect_audio_switch(proto_tree *msg_tree,packet_info *pinfo,
SET_ADDRESS(&far_addr, AT_IPv4, 4, &far_ip_addr);
far_port = tvb_get_ntohs(tvb, offset-8);
- rtp_add_address(pinfo, &far_addr, far_port, 0, "UNISTIM", pinfo->fd->num, NULL);
+ rtp_add_address(pinfo, &far_addr, far_port, 0, "UNISTIM", pinfo->fd->num, FALSE, NULL);
far_port = tvb_get_ntohs(tvb, offset-6);
rtcp_add_address(pinfo, &far_addr, far_port, 0, "UNISTIM", pinfo->fd->num);