Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type InferResult struct + Fields []InferredField + FixedFields []int + MaxLength int + MinLength int + func Infer(packets [][]byte) (*InferResult, error) + func (r *InferResult) ToPSL(name string) string + type InferredField struct + Confidence float64 + EnumVals map[uint64]int + Length int + Name string + Offset int + Type string + Values []uint64