aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ntlmssp.c')
-rw-r--r--epan/dissectors/packet-ntlmssp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ntlmssp.c b/epan/dissectors/packet-ntlmssp.c
index 0646557726..8593e76033 100644
--- a/epan/dissectors/packet-ntlmssp.c
+++ b/epan/dissectors/packet-ntlmssp.c
@@ -354,9 +354,9 @@ LEBE_Convert(int value)
#endif
/*
- Perform a DES encryption with a 16 bit key and 8bit data item.
- It's in fact 3 susbsequent call to crypt_des_ecb with a 7 bit key.
- Missing bits for the key are replaced by 0;
+ Perform a DES encryption with a 16-byte key and 8-byte data item.
+ It's in fact 3 susbsequent call to crypt_des_ecb with a 7-byte key.
+ Missing bytes for the key are replaced by 0;
Returns output in response, which is expected to be 24 bytes.
*/
static int