URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9696eb66db27ad95134c73f4ae917f4ba16d7e59
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9696eb6 by Martin Kaiser (wireshark@xxxxxxxxx):
SMB: the "encryption key" in the negotiate response is not really a key
but the data for the Challenge/Response authentication
(at least, that's my understanding of
http://msdn.microsoft.com/en-us/library/ee441946.aspx)
rename the items and filter strings accordingly
Bug: 10777
Change-Id: I38378f0b31252d7bc8ec5e8ad7cee81a1a48cb4d
Reviewed-on: https://code.wireshark.org/review/6137
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from a76559e Cast away an insignificant warning.
adds 9696eb6 SMB: the "encryption key" in the negotiate response is not really a key but the data for the Challenge/Response authentication
Summary of changes:
epan/dissectors/packet-smb.c | 54 +++++++++++++++++++++---------------------
1 file changed, 27 insertions(+), 27 deletions(-)