Expand description
Public-facing banner classifier.
BannerClassifier is the thin facade callers reach for. Internally
it just owns a CpuMatcher over the builtin_rules set, so the
classify crate can grow a GPU backend later without rewriting the
callers (gossan-portscan, gossan-cli, gossan-correlation, etc.).
Structs§
- Banner
Classifier - Top-level classifier — drop a banner in, get a ranked list of service matches out.