aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-30 01:01:02 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-30 01:01:02 +0000
commit5602f5bb833647428967edbc5b1e99bf865646f0 (patch)
treeed2fe5de1d2a6b127f90d567fa0f4d98d5f4717d /epan/dissectors/packet-rtp.c
parent29060b1082fcf7afa4652c78df48c70e3cda4d8f (diff)
Make some funtions static. More char -> const char warning fixes
svn path=/trunk/; revision=15146
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-rw-r--r--epan/dissectors/packet-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 7666f527da..9098672ef2 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -256,7 +256,7 @@ rtp_free_hash_dyn_payload(GHashTable *rtp_dyn_payload)
void rtp_add_address(packet_info *pinfo,
address *addr, int port,
int other_port,
- gchar *setup_method, guint32 setup_frame_number, GHashTable *rtp_dyn_payload)
+ const gchar *setup_method, guint32 setup_frame_number, GHashTable *rtp_dyn_payload)
{
address null_addr;
conversation_t* p_conv;