URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f8c332c591cad546f41c10d28135ccaba53e206
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9f8c332 by Jiri Novak (j.novak@xxxxxxxxxxxx):
    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@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  db4fb82   enip: fix no previous prototype for ‘dissect_item_sequenced_address/dissect_item_connected_address’ [-Wmissing-prototypes]
    adds  9f8c332   RTP: code cleanup 3
Summary of changes:
 ui/cli/tap-rtp.c            | 18 +++++++++---------
 ui/qt/rtp_audio_stream.cpp  | 20 ++++++++++----------
 ui/qt/rtp_audio_stream.h    |  8 ++++----
 ui/qt/rtp_player_dialog.h   |  2 +-
 ui/qt/voip_calls_dialog.cpp |  4 ++--
 ui/rtp_stream.h             |  2 +-
 ui/rtp_stream_id.h          |  2 +-
 ui/tap-rtp-common.c         |  4 ++--
 ui/tap-rtp-common.h         |  4 ++--
 ui/voip_calls.c             | 42 +++++++++++++++++++++---------------------
 ui/voip_calls.h             |  4 ++--
 11 files changed, 55 insertions(+), 55 deletions(-)