diff options
author | Jiri Novak <j.novak@netsystem.cz> | 2018-06-21 14:24:17 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2018-06-23 10:03:54 +0000 |
commit | 9f8c332c591cad546f41c10d28135ccaba53e206 (patch) | |
tree | 3e2d950d8cabea30bcc318d5ac2f3c535c6ac82d /ui/voip_calls.h | |
parent | db4fb82555e9b2acafc56caeaef2888faea82c01 (diff) | |
download | wireshark-9f8c332c591cad546f41c10d28135ccaba53e206.tar.gz wireshark-9f8c332c591cad546f41c10d28135ccaba53e206.tar.bz2 wireshark-9f8c332c591cad546f41c10d28135ccaba53e206.zip |
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/voip_calls.h')
-rw-r--r-- | ui/voip_calls.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |