Registry / networking / jcmturner-rpc-v0

jcmturner-rpc-v0

JSON →
library0.0.2gogounverified

A Go implementation of the Remote Procedure Call (RPC) protocol used in Kerberos and DCE/RPC.

go get gopkg.in/jcmturner/rpc.v0
INSTALL
IMPORT
SIG · JCMTURNER-RPC-V0
J
jcmturner-rpc-v0
networkinggov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rpc
gopkg.in/jcmturner/rpc.v0

Parse a DCE/RPC PDU from raw bytes.

package main import ( "fmt" "gopkg.in/jcmturner/rpc.v0" ) func main() { // Example: parse a DCE/RPC PDU data := []byte{5, 0, 0, 0} // dummy pdu, err := rpc.ParsePDU(data) if err != nil { panic(err) } fmt.Printf("PDU type: %v\n", pdu.Type) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jcmturner-rpc-v0 — go get jcmturner-rpc-v0 · libregistry