aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtcp.h')
-rw-r--r--epan/dissectors/packet-rtcp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rtcp.h b/epan/dissectors/packet-rtcp.h
index 30e0ee5dd9..b997ab6738 100644
--- a/epan/dissectors/packet-rtcp.h
+++ b/epan/dissectors/packet-rtcp.h
@@ -38,7 +38,6 @@ struct _rtcp_conversation_info
/* Add an RTCP conversation with the given details */
void rtcp_add_address(packet_info *pinfo,
- const unsigned char* ip_addr, int port,
+ address *addr, int port,
int other_port,
gchar *setup_method, guint32 setup_frame_number);
-