Wireshark-commits: [Wireshark-commits] master c95c536: OCFS2: dissector incorrectly takes pdu lengt
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Sep 2016 04:28:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c95c536f47fbf0daac4f6f6258ed8902766a9a3c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c95c536 by Makoto Shimamura (makoto.shimamura@xxxxxxxxxxxxx):

    OCFS2: dissector incorrectly takes pdu length as little endian
    
    This patch fixes incorrect endian conversion in pdu length.
    Actually pdu length is big endian.
    
    Ping-Bug: 12122
    Change-Id: I9f8827293e684a5b4c957138f5879efdd140c500
    Reviewed-on: https://code.wireshark.org/review/17533
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4c39e19   vms: use ws_strtoi function.
    adds  c95c536   OCFS2: dissector incorrectly takes pdu length as little endian


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