Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 878 Bytes

GRPCDump

Tool for capture and decode GRPC messages from ethernet traffic

Build Status Go Report Card codecov

Demo

gif

Installation / Getting started

  1. Clone this repo
  2. cd grpcdump
  3. go run cmd/grpcdump/main.go

Usage

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