aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.h
diff options
context:
space:
mode:
authorJiri Novak <j.novak@netsystem.cz>2016-12-14 22:55:05 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-18 03:12:48 +0000
commit7eee48ad5588bc2debec0e564b3526c97a0eb125 (patch)
tree2c4d390c52edb5e846eec951c1480a543f1fb74c /epan/dissectors/packet-rtp.h
parent5696b842b14c75f48021f2cc562887bc991a729d (diff)
RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)
Bug: 13251 Change-Id: I56a01e779f7f0eadc8a078f88543269a91148f00 Reviewed-on: https://code.wireshark.org/review/19293 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-rtp.h')
-rw-r--r--epan/dissectors/packet-rtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtp.h b/epan/dissectors/packet-rtp.h
index 6513016e18..c14d0f2173 100644
--- a/epan/dissectors/packet-rtp.h
+++ b/epan/dissectors/packet-rtp.h
@@ -193,6 +193,7 @@ struct _rtp_conversation_info
/* Add an RTP conversation with the given details */
WS_DLL_PUBLIC
void rtp_add_address(packet_info *pinfo,
+ const port_type ptype,
address *addr, int port,
int other_port,
const gchar *setup_method,
@@ -203,6 +204,7 @@ void rtp_add_address(packet_info *pinfo,
/* Add an SRTP conversation with the given details */
WS_DLL_PUBLIC
void srtp_add_address(packet_info *pinfo,
+ const port_type ptype,
address *addr, int port,
int other_port,
const gchar *setup_method,