pub fn parse_sohm_table_message(
data: &[u8],
offset_size: u8,
) -> Result<SohmTableMessage, FormatError>Expand description
Parse a Shared Message Table message (type 0x000F) from the superblock extension.
Format: version(1) + table_address(offset_size) + nindexes(1)