BLF: WTAP_BLOCK_PACKET should have been MULTIPLE_BLOCKS_SUPPORTED

This commit is contained in:
Dr. Lars Völker 2021-08-23 20:30:12 +02:00
parent 36793d1298
commit 5de353f324
1 changed files with 1 additions and 1 deletions

View File

@ -1503,7 +1503,7 @@ blf_open(wtap *wth, int *err, gchar **err_info) {
}
static const struct supported_block_type blf_blocks_supported[] = {
{ WTAP_BLOCK_PACKET, ONE_BLOCK_SUPPORTED, NO_OPTIONS_SUPPORTED }
{ WTAP_BLOCK_PACKET, MULTIPLE_BLOCKS_SUPPORTED, NO_OPTIONS_SUPPORTED }
};
static const struct file_type_subtype_info blf_info = {