Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

how can I use wireshark to dissect the blockchain grpc messages? #1207

Open
herugen opened this issue Jan 16, 2022 · 1 comment
Open

how can I use wireshark to dissect the blockchain grpc messages? #1207

herugen opened this issue Jan 16, 2022 · 1 comment

Comments

@herugen
Copy link

herugen commented Jan 16, 2022

The wireshark now have support the grpc dissecting base on http2,but I cannot decode the helium blockchain message into http2 using wireshark, then I guess that the blockchain message is not based on http2.
Can somebody tell me what protocol the grpc is running on? And how can I dissecting the blockchain grpc message using wireshark? Thanks a lot!

@ke6jjj
Copy link
Contributor

ke6jjj commented Jan 29, 2022

The Helium p2p protocol is not based on gRPC over HTTP, but on the IPFS protocol. Helium extends the IPFS stream in several ways, none of which are likely to be currently dissected by Wireshark.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@herugen @ke6jjj and others