aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtp.h')
-rw-r--r--epan/dissectors/packet-rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.h b/epan/dissectors/packet-rtp.h
index 788e060f1c..42ce2aa2c4 100644
--- a/epan/dissectors/packet-rtp.h
+++ b/epan/dissectors/packet-rtp.h
@@ -60,6 +60,6 @@ struct _rtp_conversation_info
/* Add an RTP conversation with the given details */
void rtp_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);