Wireshark-commits: [Wireshark-commits] master b8b582a: Fix up size calculations.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 Mar 2019 21:27:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8b582af3d54b924c6ae89cfaaa47ce1cbd3c958
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b8b582a by Guy Harris (guy@xxxxxxxxxxxx):

    Fix up size calculations.
    
    The elements in the tables listing UTF-8 and Boolean properties are
    guints, which are *not* the same size as guint16's.  (This isn't a
    PDP-11 or a 68k-based machine with a compiler that has 16-bit ints or a
    machine running 16-bit x86 code or....)
    
    Bug: 15556
    Change-Id: I14076584fea74c9c04e2d6b647212e7a2603c275
    Reviewed-on: https://code.wireshark.org/review/32336
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4651b48   smb2: add support for SMB3.1.1 multiple error context responses
     add  b8b582a   Fix up size calculations.


Summary of changes:
 epan/dissectors/packet-noe.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)