Help for this page
$count=17767; $c16 = pack("S", $count);
printf("... c16=0x%04hx ...", ..., $c16, ...;
$count = unpack("S", $c16);