{"id":13740260,"url":"https://github.com/rmedvedev/grpcdump","last_synced_at":"2026-01-08T19:56:20.937Z","repository":{"id":40347432,"uuid":"234935813","full_name":"rmedvedev/grpcdump","owner":"rmedvedev","description":"Tool for capture and parse grpc traffic","archived":false,"fork":false,"pushed_at":"2022-06-25T14:13:23.000Z","size":475,"stargazers_count":149,"open_issues_count":7,"forks_count":22,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-04T04:06:19.837Z","etag":null,"topics":["golang","grpc","protobuf","sniffer","tcpdump"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmedvedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-19T17:13:51.000Z","updated_at":"2024-08-02T10:28:01.000Z","dependencies_parsed_at":"2022-07-12T12:04:28.435Z","dependency_job_id":null,"html_url":"https://github.com/rmedvedev/grpcdump","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmedvedev%2Fgrpcdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmedvedev%2Fgrpcdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmedvedev%2Fgrpcdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmedvedev%2Fgrpcdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmedvedev","download_url":"https://codeload.github.com/rmedvedev/grpcdump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224765429,"owners_count":17366117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","grpc","protobuf","sniffer","tcpdump"],"created_at":"2024-08-03T04:00:45.237Z","updated_at":"2026-01-08T19:56:20.874Z","avatar_url":"https://github.com/rmedvedev.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Testing"],"readme":"# GRPCDump\nTool for capture and decode GRPC messages from ethernet traffic\n\n**Warning: Works only on Linux!**\n\n[![Build Status](https://travis-ci.com/rmedvedev/grpcdump.svg?branch=master)](https://travis-ci.com/rmedvedev/grpcdump) [![Go Report Card](https://goreportcard.com/badge/github.com/rmedvedev/grpcdump)](https://goreportcard.com/report/github.com/rmedvedev/grpcdump) [![codecov](https://codecov.io/gh/rmedvedev/grpcdump/branch/master/graph/badge.svg)](https://codecov.io/gh/rmedvedev/grpcdump)\n\n## Demo\n\n![gif](docs/demo.gif)\n\n## Installation / Getting started\n\nInstallation is supported only on Linux and does not require additional dependencies such as libpcap-dev\n\n```bash\ngo run cmd/grpcdump/main.go\n```\n### From Source\n\n```bash\ngo get -u github.com/rmedvedev/grpcdump/...\ncp $(go env GOPATH)/bin/grpcdump /usr/local/bin\ngrpcdump \n```\n\n## Usage \n\nThe next option explains usage doc\n```bash\ngrpcdump -help\n```\nFor example, to capture grpc traffic, parse grpc request and response you need to use this command:\n```bash\ngrpcdump -i lo -p 50051 -proto-path ./grpc/protofiles -proto-files helloworld.proto \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmedvedev%2Fgrpcdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmedvedev%2Fgrpcdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmedvedev%2Fgrpcdump/lists"}