aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-05-18 00:31:02 -0700
committerGuy Harris <guy@alum.mit.edu>2015-05-18 07:31:54 +0000
commit408de59e4143a752faed58eb0cd62bc5ed647ec3 (patch)
tree2d3e842fa7c95aa0d38076de7c6e16b984938bf1 /epan/dissectors/packet-ntlmssp.c
parent26980bcb2b8fc21d0c167cf9e1c690ed4592f806 (diff)
Fix a comment.
Change-Id: I0f777121a4897983a48794fcdfb13efc26266bdc Reviewed-on: https://code.wireshark.org/review/8517 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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