Wireshark-commits: [Wireshark-commits] master-2.0 14c27ad: Treat Gammu DCT3 trace files as having m
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Mar 2016 19:57:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14c27adc5839583cf393ec4b0abceacdc5697394
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

14c27ad by Guy Harris (guy@xxxxxxxxxxxx):

    Treat Gammu DCT3 trace files as having magic numbers.
    
    Otherwise, they get treated as generic XML files.  No, a standard XML
    tag, followed by <dump>, isn't a *perfect* magic number, but if you
    *really* want to read it as a generic XML file, you can do so from the
    UI.
    
    (This is just like TNEF files.)
    
    Change-Id: I7624023ecf87a21ef339222c89b3c9abd7acc727
    Reviewed-on: https://code.wireshark.org/review/14656
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit b706fc64cace755614b63b8ed957b70eef3a4862)
    Reviewed-on: https://code.wireshark.org/review/14657
    

Actions performed:

    from  d6ea557   [Automatic update for 2016-03-27]
    adds  14c27ad   Treat Gammu DCT3 trace files as having magic numbers.


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