X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fdetect.rs;h=caf590036dc43b245dd0d80b6c1e299ec2a464ca;hb=539a95437a897e54444842104293ff346a31f9c9;hp=17b1411df7810fb8be38a9e4a37346206e178d32;hpb=9895bd7b1732a96f0b3f61bf7c95ba342bd08b1e;p=nihav.git diff --git a/nihav-core/src/detect.rs b/nihav-core/src/detect.rs index 17b1411..caf5900 100644 --- a/nihav-core/src/detect.rs +++ b/nihav-core/src/detect.rs @@ -211,6 +211,12 @@ const DETECTORS: &[DetectConditions] = &[ extensions: ".bmv", conditions: &[], }, + DetectConditions { + demux_name: "bmv3", + extensions: ".bmv", + conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"BMVi") }, + CheckItem{offs: 32, cond: &CC::Str(b"DATA")}], + }, DetectConditions { demux_name: "vmd", extensions: ".vmd",