tap_export_pdu: fix an out-of-date comment.

This commit is contained in:
Guy Harris 2021-03-14 13:13:37 -07:00
parent 2e87c27ce1
commit 7dc17158db
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ exp_pdu_open(exp_pdu_t *exp_pdu_tap_data, int file_type_subtype, int fd,
}
/*
* Create a fake IDB even if it's not supported; that provides a
* link-layer type
* Create fake interface information for files that support (meaning
* "require") interface information and per-packet interface IDs.
*/
if (wtap_file_type_subtype_supports_block(file_type_subtype,
WTAP_BLOCK_IF_ID_AND_INFO) != BLOCK_NOT_SUPPORTED) {