Expand description
Utility macros for building SMB messages.
This should be used only within the smb-msg crate.
Common utlities shall be placed in smb-dtyp-derive and re-exprorted in smb-dtyp.
Attribute Macrosยง
- smb_
message_ binrw - Proc-macro for adding binrw attributes to SMB request and response structs.
- smb_
request - Proc-macro for constructing SMB request messages.
- smb_
request_ binrw - Proc-macro for adding binrw attributes to SMB request structs.
- smb_
request_ response - Proc-macro for constructing SMB request and response messages.
- smb_
response - Proc-macro for constructing SMB response messages.
- smb_
response_ binrw - Proc-macro for adding binrw attributes to SMB response structs.