package msrpc
Import Path
github.com/hirochachacha/go-smb2/internal/msrpc (on go.dev)
Dependency Relation
imports 3 packages, and imported by one package
Involved Source Files
msrpc.go
Package-Level Type Names (total 4)
CallId uint32
(*Bind) Encode(b []byte)
(*Bind) Size() int
*Bind : github.com/hirochachacha/go-smb2/internal/smb2.Encoder
( BindAckDecoder) AssocGroupId() uint32
( BindAckDecoder) AuthLength() uint16
( BindAckDecoder) CallId() uint32
( BindAckDecoder) DataRepresentation() []byte
( BindAckDecoder) FragLength() uint16
( BindAckDecoder) IsInvalid() bool
( BindAckDecoder) MaxRecvFrag() uint16
( BindAckDecoder) MaxXmitFrag() uint16
( BindAckDecoder) PacketFlags() uint8
( BindAckDecoder) PacketType() uint8
( BindAckDecoder) Version() uint8
( BindAckDecoder) VersionMinor() uint8
BindAckDecoder : github.com/hirochachacha/go-smb2/internal/smb2.Decoder
Package-Level Constants (total 12)
const NDR_VERSION = 2 const OP_NET_SHARE_ENUM = 15 const RPC_PACKET_FLAG_FIRST = 1 const RPC_PACKET_FLAG_LAST = 2 const RPC_TYPE_BIND = 11 const RPC_TYPE_BIND_ACK = 12 const RPC_TYPE_REQUEST = 0 const RPC_TYPE_RESPONSE = 2 const RPC_VERSION = 5 const RPC_VERSION_MINOR = 0 const SRVSVC_VERSION = 3 const SRVSVC_VERSION_MINOR = 0
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |