Bug ID |
8563
|
Summary |
Support reading bzip2, lzma, and 7zip compressed pcap files
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.9.x (Experimental)
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Common utilities (libwsutil)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
Currently wireshark supports reading gzipped pcap files. It would be nice to
have the option of reading pcap files compressed with (generally) better
compression algorithms like bzip2 and lzma.
For lzma, I'd suggest using the library for xz to support xz format:
http://tukaani.org/xz/.
7zip would be nice to support, but its perhaps of a different quality, being an
archive format (using an lzma variant by default).
You are receiving this mail because:
- You are watching all bug changes.