Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 5d740af: Don't put file types without extensions into

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Nov 2018 07:20:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d740afff10c24503dd602a09a4d0d3fa37c2709
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5d740af by Guy Harris (guy@xxxxxxxxxxxx):

    Don't put file types without extensions into the file_type_extensions_base table.
    
    As the comment says, this is a table of "File types that can be
    identified by file extensions."; a file type that doesn't have an
    extension that's used for files with that format obviously *can't* be
    identified by a file extension and thus *doesn't* belong in this table.
    
    Change-Id: Ic14dc55e6d9dbad4651e535cdf44293f8b449659
    Reviewed-on: https://code.wireshark.org/review/30735
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  90073ab   Remove more hardcoding of ".gz" as the suffix for compressed files.
     add  5d740af   Don't put file types without extensions into the file_type_extensions_base table.


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