URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99ff8baed6f36d36a61b0ce9794be27d55eaa700
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
99ff8ba by Guy Harris (guy@xxxxxxxxxxxx):
Use file extensions even more as a heuristic.
If a file type has a list of "typical" extensions, and a file has an
extension that is *not* one of those extensions, the file is unlikely to
be of that type.
For files that have extensions, after we try the heuristics that have a
list of "typical" extensions that includes the file's extension, try the
heuristics that have no such list, and after that try the heuristics
that have such a list but where the list *doesn't* include the file's
extension.
This fixes, for example, some cases where non-PacketLogger files were
getting identified as PacketLogger files.
Change-Id: I2d8c3b983ed6ccd692beb888668f77eb9b5f437b
Reviewed-on: https://code.wireshark.org/review/7315
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 73508e8 [Automatic manuf, services and enterprise-numbers update for 2015-02-22]
adds 99ff8ba Use file extensions even more as a heuristic.
Summary of changes:
wiretap/file_access.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 56 insertions(+), 3 deletions(-)