Can wireshark handle LZO compression on packets?
I am looking to generate a dissector for NSE.
From:
https://nsearchives.nseindia.com/web/...
All the packets received from server consist of compress batch header. Compress batch header gives the information about the data packet compressed or not, number of packets in the following data packet and the total size of data packet. Client needs to decompress the data packet using LZO decompression algorithm. After decompression each data packet consists of ST_INFO_HEADER, which has the iCode field to identify the type of the packet. Using iCode field, data info packet is mapped to the respective data packet.
Are there existing capabilities to handle a compressed packet or field in wireshark? In Lua?
A similar question (Read LZO compressed payload in pcap file).
There is a screen shot of a packet but no sample capture.
Can you share a sample capture file?