Wireshark-commits: [Wireshark-commits] master 4daf6f3: Make payload type arguments guint rather tha
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Apr 2014 07:01:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4daf6f38d9b4ac0c51f6441d8b8b1cadb90327f6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4daf6f3 by Guy Harris (guy@xxxxxxxxxxxx):

    Make payload type arguments guint rather than guint8.
    
    That should suppress some "cast to pointer from integer of different
    size" warnings.
    
    Change-Id: I2ef38e16ce866e244cb7c0a2275dfb5975980fc4
    Reviewed-on: https://code.wireshark.org/review/938
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a5a692c   Handle DLT_USER2 as PKTAP, to handle Mavericks.
    adds  4daf6f3   Make payload type arguments guint rather than guint8.


Summary of changes:
 epan/dissectors/packet-rtp.c |   10 +++++-----
 epan/dissectors/packet-rtp.h |   10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)