ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.6 bdcf8e6: Pick the *first* usable file type as the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Apr 2018 19:11:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bdcf8e665e4a25ceaf5cdc54dd5802c5696b6252
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

bdcf8e6 by Guy Harris (guy@xxxxxxxxxxxx):

    Pick the *first* usable file type as the default, not the *last* one.
    
    In wtap_get_savable_file_types_subtypes(), in the search for a default
    file type to use, stop as soon as we've found a usable file type, don't
    keep searching.
    
    Bug: 14601
    Change-Id: Iff4ffe14f5ad07271c49a761e0856059353c1634
    Reviewed-on: https://code.wireshark.org/review/27193
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 1eb04d7ecb76c79cf681798b51aaa51aad938325)
    Reviewed-on: https://code.wireshark.org/review/27194
    

Actions performed:

    from  7745b9e   lwm2mtlv: Handle String data type as UTF-8
    adds  bdcf8e6   Pick the *first* usable file type as the default, not the *last* one.


Summary of changes:
 wiretap/file_access.c | 1 +
 1 file changed, 1 insertion(+)