From 9f8c332c591cad546f41c10d28135ccaba53e206 Mon Sep 17 00:00:00 2001 From: Jiri Novak Date: Thu, 21 Jun 2018 14:24:17 +0200 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/tap-rtp-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/tap-rtp-common.h') 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); -- cgit v1.2.3