First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Microsoft Xpress compression algorithm

I have http packet, in which for Content-Encoding used "xpress". Wireshark doesn't uncompress these packets. I searched in cource code and found code for lz77 decompression, but does Wireshark support Xpress compression?

aaronbaker17's avatar
3
aaronbaker17
asked 2019-04-12 13:05:49 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Xpress appears to be a modified LZ77 compression algorithm, but isn't currently supported by the HTTP dissector.

If you want it to be supported, please raise an enhancement request at the Wireshark Bugzilla, attaching your capture.

grahamb's avatar
23.8k
grahamb
answered 2019-04-12 13:17:36 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks for so fast answer! OK, I'll create a enhancement request at the Bugzilla

aaronbaker17's avatar aaronbaker17 (2019-04-12 13:27:32 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer