Referring to: How could I sniff network traffic in Java?
I managed to get the sniffer to work with various APIs mentioned there (jNetPcap seems to work best for me). However I struggle to make the payload actually readable, as it is in gzip format.
So is there another API (or a good way with jNetPcap) to sniff and decompress gzipped content in Java?