aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-30 10:03:54 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-30 10:03:54 +0000
commit344dddb12472768b88d16d853d315e090d240108 (patch)
tree7c765788891ec88840ef8d06b1a132bb3ef96906 /epan/dissectors/packet-rtp.h
parente74f18ee9be6df91e5e04fe65deea6ca36dceb73 (diff)
Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", so
so that they could handle IPv6 addresses. Clean up white space. svn path=/trunk/; revision=11854
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);