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/voip_calls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/voip_calls.h') diff --git a/ui/voip_calls.h b/ui/voip_calls.h index 9c95603a0e..7c06dbe563 100644 --- a/ui/voip_calls.h +++ b/ui/voip_calls.h @@ -183,8 +183,8 @@ typedef struct _voip_calls_tapinfo { int rejected_calls; seq_analysis_info_t *graph_analysis; epan_t *session; /**< epan session */ - int nrtp_streams; /**< number of rtp streams */ - GList* rtp_stream_list; /**< list of rtp_stream_info_t */ + int nrtpstreams; /**< number of rtp streams */ + GList* rtpstream_list; /**< list of rtpstream_info_t */ guint32 rtp_evt_frame_num; guint8 rtp_evt; gboolean rtp_evt_end; -- cgit v1.2.3