file-zip.lua - 2016-12-22 - 1.11.3? - Dissects the structure of a Zip archive using heuristics. Hosted on
git.lekensteyn.nl
local data_tvb = tvb(offset, data_len):uncompress("Decompressed data")
I don’t have any examples to share, but Lua does have support for compressed data in the form of
tvbrange:uncompress(name). You could searching at
https://wiki.wireshark.org/Lua (as well as the examples and contrib pages) to *possibly* find some examples using it.
Wireshark Developers' Guide in section 9.4 provides a rough guideline for C dissector plugin. I am looking for some examples on how to handle compressed protocols (in the specific case -- something V.42bis over TCP inspired) in LUA. Are
you aware of any such examples ?
CONFIDENTIALITY NOTICE: This message is the property of International Game Technology PLC and/or its subsidiaries and may contain proprietary, confidential or trade secret information. This message is intended solely for the use of the addressee. If you are
not the intended recipient and have received this message in error, please delete this message from your system. Any unauthorized reading, distribution, copying, or other use of this message or its attachments is strictly prohibited.
___________________________________________________________________________
Sent via: Wireshark-users mailing list <
wireshark-users@xxxxxxxxxxxxx>
Archives:
https://www.wireshark.org/lists/wireshark-users
Unsubscribe:
https://www.wireshark.org/mailman/options/wireshark-users
mailto:
wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe