Skip to content

themarwhal/grpcdump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Tool for capture and parse grpc traffic

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.7%
  • Makefile 1.3%