https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16458

Guy Harris <ghar...@sonic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #12 from Guy Harris <ghar...@sonic.net> ---
The loop, and the code after it, is now

    while (wtap_read(...)) {
        process the block we read;
    }
    if (err != WTAP_ERR_SHORT_READ)
        fail with an indication that we got an I/O error;
    if (the heuristics say yes)
        return WTAP_OPEN_MINE;
    return WTAP_OPEN_NOT_MINE;

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to