URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=078daeb27faddb9e5e25026f003304fbba764fc5
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
078daeb by Michael Mann (mmann78@xxxxxxxxxxxx):
Populate heuristic extension list during initialization and not during each call to heuristic_uses_extension.
Change-Id: I7e484de65c49060793a91cc11cb211effa2006db
Reviewed-on: https://code.wireshark.org/review/1494
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 18ee622 Add handling of TEXT and HTML types.
adds 078daeb Populate heuristic extension list during initialization and not during each call to heuristic_uses_extension.
Summary of changes:
epan/wslua/wslua_file.c | 2 +-
filetap/file_access.c | 35 ++++++-----
filetap/ftap.h | 3 +-
wiretap/file_access.c | 161 ++++++++++++++++++++++++-----------------------
wiretap/wtap.h | 3 +-
5 files changed, 109 insertions(+), 95 deletions(-)