smolder-proto 0.2.0

Typed SMB2/3 and DCE/RPC wire codecs for Smolder
Documentation

smolder-proto

smolder-proto provides the typed SMB2/3 and DCE/RPC wire layer for Smolder.

It focuses on packet structures, framing, codec logic, and validation primitives that higher layers can build on without mixing transport or workflow concerns.

Use this crate when you need:

  • typed SMB2/3 request and response bodies
  • typed DCE/RPC PDUs and auth trailers
  • NetBIOS session framing and SMB3 transform codecs
  • a safe wire-model layer beneath your own transport/session logic

Most users should start one layer higher with smolder-smb-core unless they are building protocol tooling, analysis, or a custom SMB/RPC client stack.

Start here:

Repository: https://github.com/M00NLIG7/smolder