URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=11ed97f8a02cee86921d2e9676ce5f818647f475
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
11ed97f 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>
(cherry picked from commit c95c536f47fbf0daac4f6f6258ed8902766a9a3c)
Reviewed-on: https://code.wireshark.org/review/17548
Reviewed-by: Makoto Shimamura <makoto.shimamura@xxxxxxxxxxxxx>
(cherry picked from commit 432500ed68982c989d1a84e7e2b1686b4b04e757)
Reviewed-on: https://code.wireshark.org/review/17554
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 35f97ec display_filter_edit(.h): fix comma at end of enumerator list [-Wpedantic] / commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
adds 11ed97f 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(-)