aboutsummaryrefslogtreecommitdiffstats
path: root/ui/rtp_stream.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/rtp_stream.h
parentdb4fb82555e9b2acafc56caeaef2888faea82c01 (diff)
downloadwireshark-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/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index a3125e8cd3..7298c94d31 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -85,7 +85,7 @@ struct _rtpstream_tapinfo {
tap_mark_packet_cb tap_mark_packet; /**< packet marking callback */
void *tap_data; /**< data for tap callbacks */
int nstreams; /**< number of streams in the list */
- GList *strinfo_list; /**< list of rtp_stream_info_t* */
+ GList *strinfo_list; /**< list of rtpstream_info_t* */
int npackets; /**< total number of rtp packets of all streams */
/* used while tapping. user shouldn't modify these */
tap_mode_t mode;