The Perl code that packs it is:
Code:
$header = pack "a32 n n N N N N N N a4 a4 N",
$self->{name},
$attributes,
a32 means a string with maximum length 32 that will be null padded. So the length 31 should work in the current version but 32 will not work.