dcerpc

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2026 License: BSD-3-Clause, GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Decoder = &decoder.StreamDecoder{
	Type:        types.Type_NC_DCERPC,
	Name:        serviceDCERPC,
	Description: "DCE/RPC is the remote procedure call system used by Windows for DCOM and Active Directory services",
	PostInit: func(d *decoder.StreamDecoder) error {
		var err error
		dcerpcLog, _, err = logging.InitZapLogger(
			decoderconfig.Instance.Out,
			"dcerpc",
			decoderconfig.Instance.Debug,
		)
		return err
	},
	CanDecode: func(client, server []byte) bool {
		return isDCERPC(client) || isDCERPC(server)
	},
	DeInit: func(sd *decoder.StreamDecoder) error {
		return dcerpcLog.Sync()
	},
	Factory: &dcerpcReader{},
	Typ:     core.TCP,
}

Decoder for protocol analysis and writing audit records to disk.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL