Wireshark-commits: [Wireshark-commits] master f3a9d9a: packet-ntlmssp: factor out a ntlmssp_create_
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3a9d9abedc8d7ae9aae3d0facfbe56555b52cf2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f3a9d9a by Stefan Metzmacher (metze@xxxxxxxxx):
packet-ntlmssp: factor out a ntlmssp_create_session_key() helper
This can also be used by packet-dcerpc-netlogon later.
in order to verify authentications.
Change-Id: I2f145ee1197fc83c77efabc180bac52ebbb0cd60
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/36400
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b30e823 packet-ntlmssp: cleanup the setup of conv_ntlmssp_info->client_challenge
add f3a9d9a packet-ntlmssp: factor out a ntlmssp_create_session_key() helper
Summary of changes:
epan/dissectors/packet-ntlmssp.c | 128 ++++++++++++++++++++-------------------
epan/dissectors/packet-ntlmssp.h | 16 +++++
2 files changed, 82 insertions(+), 62 deletions(-)