Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master ad7caed: [TRANSUM] smb2.msg_id is now a FT_UINT64.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Dec 2016 03:25:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad7caed698ff554f760e0fce994c386be5b18653
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ad7caed by Michael Mann (mmann78@xxxxxxxxxxxx):

    [TRANSUM] smb2.msg_id is now a FT_UINT64.
    
    Per bug 12915, SMB2 message ID should be treated as a unsigned 64bit value.
    Have transum logic match that as it was assuming SMB2 message ID was a
    signed 64bit value
    
    Change-Id: Ide0c12b505d1eef2aeb89d165a3ea59058e6be34
    Reviewed-on: https://code.wireshark.org/review/19407
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c302812   Add enabled protocol list for dissectors who are disabled by default
    adds  ad7caed   [TRANSUM] smb2.msg_id is now a FT_UINT64.


Summary of changes:
 plugins/transum/decoders.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)