Skip to content

patterns: Add LZ4 Frame Format pattern#523

Open
udaken wants to merge 1 commit intoWerWolv:masterfrom
udaken:add-lz4-pattern
Open

patterns: Add LZ4 Frame Format pattern#523
udaken wants to merge 1 commit intoWerWolv:masterfrom
udaken:add-lz4-pattern

Conversation

@udaken
Copy link
Copy Markdown

@udaken udaken commented Apr 18, 2026

Summary

  • Add patterns/lz4.hexpat supporting the LZ4 Frame Format (standard, skippable, and legacy frames) per the official specification
  • Include validation for version (must be 01), block maximum size (4-7), and end mark (0x00000000)
  • Add sample test data tests/patterns/test_data/lz4.hexpat.lz4

Generated with Claude Code

Adds a pattern for the LZ4 Frame Format supporting standard, skippable,
and legacy frames. Includes validation for version, block maximum size,
and end mark.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant