Wireshark-commits: [Wireshark-commits] master c768087: MSWSP: Fix clang warnings and handle gracefu
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 31 Jul 2015 18:31:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7680878db13d89e3f3272b0f16a089cec6a31d3
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c768087 by Noel Power (noel.power@xxxxxxxx):

    MSWSP: Fix clang warnings and handle gracefully needed missing messages
    
    In addition to fixing some clang warnings code now handles the scenario
    where some needed messages may be missing in the capture, instead of
    silently ignoring now tell how many bytes we can't dissect and why.
    
    Change-Id: Ia6fd70d204d279799bc02209865c7f1da35d8191
    Signed-off-by: Noel Power <noel.power@xxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/9824
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  c321171   Add Colorize to the packet detail menu.
    adds  c768087   MSWSP: Fix clang warnings and handle gracefully needed missing messages


Summary of changes:
 epan/dissectors/packet-mswsp.c |   61 ++++++++++++++++++++++++++--------------
 1 file changed, 40 insertions(+), 21 deletions(-)