Skip to content

Commit

Permalink
Merge pull request #41 from isi-mfurer/add_sparse_fsctl
Browse files Browse the repository at this point in the history
add FSCTL codes:
  • Loading branch information
isi-mfurer authored Oct 25, 2017
2 parents 296faba + 04b7587 commit 90059e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pike/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
'test',
'transport',
]
__version_info__ = (0, 2, 13)
__version_info__ = (0, 2, 14)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
2 changes: 2 additions & 0 deletions pike/smb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3106,6 +3106,8 @@ class IoctlCode(core.ValueEnum):
FSCTL_DFS_GET_REFERRALS_EX = 0x000601B0
FSCTL_FILE_LEVEL_TRIM = 0x00098208
FSCTL_VALIDATE_NEGOTIATE_INFO = 0x00140204
FSCTL_SET_ZERO_DATA = 0x000980C8
FSCTL_SET_SPARSE = 0x000900C4

IoctlCode.import_items(globals())

Expand Down

0 comments on commit 90059e1

Please sign in to comment.