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-1.12 fa9e473: NFS file handle crc32_ccitt hashes are

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 12 Sep 2015 08:26:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa9e473d08f38e7a2ac96f40ce2ca115f625e805
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

fa9e473 by cturney (cturney@xxxxxxxxxxx):

    NFS file handle crc32_ccitt hashes are incorrect
    
    tvb_get_string_enc() treats the FH as an an ASCII string and thus stops
    reading at the first zero (0) it encounters.
    
    Replace 'tvb_get_string_enc()' with 'tvb_memdup()' in dissect_fhandle_data().
    
    Change-Id: Ifc30ec41590e9cab5666d0988fab1f66040ce0c7
    Reviewed-on: https://code.wireshark.org/review/10493
    Reviewed-by: Cal Turney <cturney@xxxxxxxxxxx>
    Reviewed-by: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
    (cherry picked from commit 0a3d0c589fc7aa4d3b8cc5c588716fa7e09448a7)
    Conflicts:
    	epan/dissectors/packet-nfs.c
    Reviewed-on: https://code.wireshark.org/review/10498
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  10028a2   LTE RRC: remove tree tests before decoding top level messages
    adds  fa9e473   NFS file handle crc32_ccitt hashes are incorrect


Summary of changes:
 epan/dissectors/packet-nfs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)