X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fdetect.rs;h=bfe1d44a301656edf49b7d977996d581c2107517;hp=dd095d436697cc6398466cfc21b0d8be448abe74;hb=1991b7da1b628e3a5dbef45431e47e890491ceb5;hpb=b4ab327f6b96ea641c281a8f72d2b06fc5824a6e diff --git a/nihav-registry/src/detect.rs b/nihav-registry/src/detect.rs index dd095d4..bfe1d44 100644 --- a/nihav-registry/src/detect.rs +++ b/nihav-registry/src/detect.rs @@ -253,6 +253,11 @@ const DETECTORS: &[DetectConditions] = &[ conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"DKIF\x00\x00")}, CheckItem{offs: 6, cond: &CC::Ge(Arg::U16LE(32))}], }, + DetectConditions { + demux_name: "arxel-cnm", + extensions: ".cnm", + conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"CNM UNR\x00")}], + }, DetectConditions { demux_name: "fcmp", extensions: ".cmp",