URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=253d4ca79b832fc52defb39bf48ace4bc63ece08
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
253d4ca by Christian Ambach (ambi@xxxxxxxxx):
correctly decode EA Data Length in CIFS
This field is little endian, not big.
The SMB2 dissector already does it right.
Change-Id: I859f581424be861fdcc1a586d085ba3bfe70a2f0
Signed-off-by: Christian Ambach <ambi@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/15365
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit 70fb7a83991e8a90b3d79658e5ba5ad509aa8b5c)
Reviewed-on: https://code.wireshark.org/review/15366
Actions performed:
from 6689765 Upgrade c-ares Windows library from 1.9.1 to 1.11.0
adds 253d4ca correctly decode EA Data Length in CIFS
Summary of changes:
epan/dissectors/packet-smb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)