Wireshark-commits: [Wireshark-commits] master eaad7ee: Fix the type of the packet data argument to

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Sep 2018 21:28:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eaad7ee5aaffc81835bb615cb4693b1b5e22c759
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

eaad7ee by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the type of the packet data argument to get_xdlc_control().
    
    It's a blob of bytes, so the right type is guint8 *, not guchar *.
    
    Change-Id: I74afa95da1e14866af68f1580cfbccd55f08ed65
    Reviewed-on: https://code.wireshark.org/review/29944
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  452e78b   Fix the type of the packet buffer argument to a capture dissector.
     add  eaad7ee   Fix the type of the packet data argument to get_xdlc_control().


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