GRPCDump
Tool for capture and decode GRPC messages from ethernet traffic
Warning: Works only on Linux!
Demo
Installation / Getting started
Installation is supported only on Linux and does not require additional dependencies such as libpcap-dev
go run cmd/grpcdump/main.goFrom Source
go get -u github.com/rmedvedev/grpcdump/...
cp $(go env GOPATH)/bin/grpcdump /usr/local/bin
grpcdump Usage
The next option explains usage doc
grpcdump -helpFor example, to capture grpc traffic, parse grpc request and response you need to use this command:
grpcdump -i lo -p 50051 -proto-path ./grpc/protofiles -proto-files helloworld.proto On this page
Languages
Go98.7%Makefile1.3%
Latest Release
v1.0.0January 20, 2020MIT License
Created January 19, 2020
Updated February 28, 2026
