aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorDr. Lars Völker <lars.voelker@technica-engineering.de>2021-08-23 20:30:12 +0200
committerDr. Lars Völker <lars.voelker@technica-engineering.de>2021-08-23 20:30:12 +0200
commit5de353f3246d94cfc7ff8c05a25b0b2f85b272a7 (patch)
tree47c62b3e08a7ac531b49e36503110020f56c3fe9 /wiretap
parent36793d12985edad3673eefec5b0e613a75646e41 (diff)
BLF: WTAP_BLOCK_PACKET should have been MULTIPLE_BLOCKS_SUPPORTED
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/blf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/blf.c b/wiretap/blf.c
index 86d3e8e6bb..ff889a62ff 100644
--- a/wiretap/blf.c
+++ b/wiretap/blf.c
@@ -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 = {