Tool for capture and decode GRPC messages from ethernet traffic
- Clone this repo
- cd grpcdump
- go run cmd/grpcdump/main.go
The next option explains usage doc
grpcdump -help
For example, to capture grpc traffic, parse grpc request and response you need to use this command:
grpcdump -i lo -p 50051,50061 -proto-path ./grpc/protofiles -proto-files helloworld.proto