Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatHexView(data []byte, states []FieldState) string + type Breakpoint struct + Condition string + Field string + type FieldState struct + BitWidth int + HexView string + Name string + Offset int + Type string + Value any + type Session struct + func NewSession(s *schema.ProtocolSchema, data []byte) *Session + func (s *Session) AddBreakpoint(bp Breakpoint) + func (s *Session) StepAll() []FieldState