Change comment to Loop ower all IDB:s that appear before any packets sugested by Guy, there can be more IDBs in a cpture file

svn path=/trunk/; revision=41096
This commit is contained in:
Anders Broman 2012-02-21 05:58:40 +00:00
parent ce86c08b58
commit 311116da93
1 changed files with 1 additions and 1 deletions

View File

@ -1612,7 +1612,7 @@ pcapng_open(wtap *wth, int *err, gchar **err_info)
wth->interface_data = g_array_new(FALSE, FALSE, sizeof(wtapng_if_descr_t));
wth->number_of_interfaces = 0;
/* Loop ower all IDB:s */
/* Loop ower all IDB:s that appear before any packets */
while(1){
bytes_read = pcapng_read_block(wth->fh, FALSE, &pn, &wblock, err, err_info);
wth->data_offset += bytes_read;