Open jizhilong opened 3 years ago
After some digging into grpcdump and gopacket, I realized the main blocker is hpack-as headers in HTTP2 are compressed with hpack, it's not possible to sniff their actual content if we skip the initial requests in which the compression tables were established.
I've written my version of grpcdump to workaround this issue, have a try: https://github.com/jschwinger233/grpcdump
Hi dear maintainer, My experiment shows the following 2 cases:
so the question in this issue title arises. If the answer is negative, is it possible to support sniff established connections in the future?