Wireshark-commits: [Wireshark-commits] master c954b1c: Remind wiretap developers where else they ne
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 Apr 2016 19:01:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c954b1cefca7a34e06c71bcf59a2a0ee75f7cb1d
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c954b1c by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Remind wiretap developers where else they need to register their file types.
    
    Chances are they want to include the file extension in wiretap's list of
    file extensions (for the File->Open dialog) as well as the various files
    needed for integration with the various desktop environments that
    Wireshark supports.
    
    (I should have put this advice there years ago when creating the
    freedesktop.org mime-package file.)
    
    Add a comment to the mime-package file explaining its purpose, giving
    a link to the specification, and talking about MIME types and the registration
    thereof.
    
    Change-Id: I60540bf88062b7a90653888534405f6aef4f657c
    Reviewed-on: https://code.wireshark.org/review/15011
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  363507e   Add a rule to build lemon so any target that depends on it can (re)build it if necessary.
    adds  c954b1c   Remind wiretap developers where else they need to register their file types.


Summary of changes:
 wireshark-mime-package.xml |   27 +++++++++++++++++++++++++++
 wiretap/file_access.c      |   11 +++++++++++
 2 files changed, 38 insertions(+)