Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Candidate struct + Confidence float64 + Protocol string + Reason string + type Identifier struct + func NewIdentifier(lib *protocol.Library) *Identifier + func (id *Identifier) Identify(data []byte) []Candidate + func (id *Identifier) IdentifyHex(hexStr string) ([]Candidate, error) + type SignatureRule struct + Check func(data []byte) (float64, string) + Protocol string