Searched refs:lm_pw_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1605 int lm_pw_len; local
1636 lm_pw_len = get2(setupdata);
1641 setupdata += 6 + lm_pw_len + nt_pw_len;
1681 lm_pw_len = get2(setupdata);
1683 show_printf("LM_Hash_Len = %d", lm_pw_len);
1707 if (lm_pw_len > 0) {
1708 show_printf("LM Hash (%d bytes)", lm_pw_len);
1709 output_bytes(setupdata, lm_pw_len);
1710 setupdata += lm_pw_len;

Completed in 73 milliseconds