Docfix: Elaborate on Strict mode
This commit is contained in:
@@ -16,4 +16,10 @@
|
|||||||
// character for wildcard matching.
|
// character for wildcard matching.
|
||||||
//
|
//
|
||||||
// The supported magic strings input is documented in the [Match] function.
|
// 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
|
package protocol
|
||||||
|
Reference in New Issue
Block a user