aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-rtp-common.h
diff options
context:
space:
mode:
authorJiri Novak <j.novak@netsystem.cz>2018-06-21 14:24:17 +0200
committerAnders Broman <a.broman58@gmail.com>2018-06-23 10:03:54 +0000
commit9f8c332c591cad546f41c10d28135ccaba53e206 (patch)
tree3e2d950d8cabea30bcc318d5ac2f3c535c6ac82d /ui/tap-rtp-common.h
parentdb4fb82555e9b2acafc56caeaef2888faea82c01 (diff)
RTP: code cleanup 3
*rtp_stream* -> rtpstream to follow common name Change-Id: I381bc1cdb8206c5cfe67e94dd7fb1a5cb25f9c16 Reviewed-on: https://code.wireshark.org/review/28394 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/tap-rtp-common.h')
-rw-r--r--ui/tap-rtp-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/tap-rtp-common.h b/ui/tap-rtp-common.h
index 29b2f635f9..48186c2353 100644
--- a/ui/tap-rtp-common.h
+++ b/ui/tap-rtp-common.h
@@ -43,7 +43,7 @@ typedef struct _tap_rtp_save_info_t {
gboolean saved;
} tap_rtp_save_info_t;
-typedef struct _rtp_stream_info_calc {
+typedef struct _rtpstream_info_calc {
gchar *src_addr_str;
guint16 src_port;
gchar *dst_addr_str;
@@ -112,7 +112,7 @@ void rtp_write_header(rtpstream_info_t*, FILE*);
int rtpstream_packet_cb(void*, packet_info*, epan_dissect_t *, const void *);
/**
- * Evaluate rtp_stream_info_t calculations
+ * Evaluate rtpstream_info_t calculations
*/
void rtpstream_info_calculate(const rtpstream_info_t *strinfo, rtpstream_info_calc_t *calc);