Docfix: Elaborate on Strict mode

This commit is contained in:
2025-10-09 15:36:37 +02:00
parent b795f3cf04
commit 99c461bb14

View File

@@ -16,4 +16,10 @@
// character for wildcard matching.
//
// The supported magic strings input is documented in the [Match] function.
//
// # Strict mode
//
// Some parser also allow for strict parsing of the protocol, which results in a higher confidence
// score, but it also may lead to more false negatives. If [Strict] mode is enabled, then only the
// detectors that support strict checking will be used for protocol detections.
package protocol