From christos at zoulas.com Wed Jul 2 17:35:12 2025 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 2 Jul 2025 17:35:12 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250702173512.82B3417FDC0@rebar.astron.com> Module Name: file Committed By: christos Date: Wed Jul 2 17:35:12 UTC 2025 Modified Files: file/magic/Magdir: sniffer Log Message: PR/149: fxlb: Fix OpenFlow capitalization To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 file/magic/Magdir/sniffer Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. From christos at zoulas.com Sat Jul 12 14:30:14 2025 From: christos at zoulas.com (Christos Zoulas) Date: Sat, 12 Jul 2025 14:30:14 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250712143014.963EB17FE18@rebar.astron.com> Module Name: file Committed By: christos Date: Sat Jul 12 14:30:14 UTC 2025 Modified Files: file/magic/Magdir: linux Log Message: Jeremy Linton: The linux kernel has an optional decompressor in its EFI stub. This decompressor basically wraps the normal PE images but is currently being detected as a generic PE image rather than as a linux kernel. Detect these files and identify them as linux boot images. To generate a diff of this commit: cvs rdiff -r1.94 -r1.95 file/magic/Magdir/linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.