Wireshark-commits: [Wireshark-commits] master 4fe4754: Use appropriate pointer types rather than gu
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Feb 2018 20:34:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4fe475492cfd94df8542edc20b22bc6a531cad32
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4fe4754 by Guy Harris (guy@xxxxxxxxxxxx):

    Use appropriate pointer types rather than guint8 *.
    
    This means we don't lose alignment information that causes spurious
    compiler warnings.
    
    Change-Id: I721f180c137bcffbcf7edf88cf8caf52c33fa545
    Reviewed-on: https://code.wireshark.org/review/25842
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  397d32b   dcerpc_decode_as_change() doesn't need to change the old binding.
    adds  4fe4754   Use appropriate pointer types rather than guint8 *.


Summary of changes:
 epan/dissectors/packet-dns.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)