URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=22e5cdbb9bd38710f59ad5ba19c3343b1c033dc7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
22e5cdb by Guy Harris (guy@xxxxxxxxxxxx):
No need for a routine to return a GSList of extensions for compressed files.
Just use the table - or an empty table if we're not including the
compressed file extensions.
Change-Id: I0b3ef3987e1986953f2957c27c84b2ee59b90bc0
Reviewed-on: https://code.wireshark.org/review/13611
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 32b44bf Add a note about Dell Backup and Recovery.
adds 22e5cdb No need for a routine to return a GSList of extensions for compressed files.
Summary of changes:
wiretap/file_access.c | 72 +++++++++++++----------------------------------
wiretap/file_wrappers.c | 20 +------------
wiretap/wtap-int.h | 7 +++--
3 files changed, 26 insertions(+), 73 deletions(-)