Wireshark-commits: [Wireshark-commits] master c87a6d3: Make arrays of 4 octets arrays of 4 guint8.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 02 Jul 2018 21:42:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c87a6d364dc3350d2b80c973d037137b37a3c6c5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c87a6d3 by Guy Harris (guy@xxxxxxxxxxxx):

    Make arrays of 4 octets arrays of 4 guint8.
    
    That makes it clearer that it's not a string, and avoids some type
    complaints from change Ida7b98af8c44a52ddac2c4ab0702db2519a0c4af.
    
    Update a comment while we're at it.
    
    Change-Id: I6737bb2a7ff3b4d461700c641cb580194f7809e7
    Reviewed-on: https://code.wireshark.org/review/28572
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a88126d   Make an array of 4 octets an array of 4 guint8.
    adds  c87a6d3   Make arrays of 4 octets arrays of 4 guint8.


Summary of changes:
 ui/qt/rtp_analysis_dialog.cpp | 21 +++++++++++++--------
 ui/qt/rtp_analysis_dialog.h   |  2 +-
 2 files changed, 14 insertions(+), 9 deletions(-)