Treat Gammu DCT3 trace files as having magic numbers.
authorGuy Harris <guy@alum.mit.edu>
Sun, 27 Mar 2016 19:55:14 +0000 (12:55 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sun, 27 Mar 2016 19:56:55 +0000 (19:56 +0000)
commitb706fc64cace755614b63b8ed957b70eef3a4862
tree9473e86d7946f64b77ff88b9487ac8eb708428d2
parent23a02b2b3924d27568a54286b824369af6d510f0
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@alum.mit.edu>
wiretap/file_access.c