Hi HN,<p>bitmatch is my new library to do bit pattern matching and data extraction, similar to Regular Expressions.<p>It has no dependencies, libc usage or dynamic memory allocations.<p>I'm sharing the code as Open Source since the question for bit pattern matching came up on Stack Overflow but there aren't that many options for C out there.