From 6e56d7e6d5fc12743c7845bba5067ffb4112376c Mon Sep 17 00:00:00 2001 From: kkhaike Date: Mon, 3 Jan 2022 18:00:19 +0800 Subject: [PATCH] some change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b56955..5f942d7 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ but u should use [pcap-filter](https://www.tcpdump.org/manpages/pcap-filter.7.ht ### some case use with my test cmd -1. `./test` + `./test -client` +1. `./test` + `./test -client`: `grpcdump -i any -P "/test\.Foo/Bar" "host 127.0.0.1 and port 9000"` -2. `./test -ref=false` + `./test -client` +2. `./test -ref=false` + `./test -client`: `grpcdump -i lo0 -P "/test\.Foo/Bar" -I .. -f grpcdump/test/pb/foo.proto "host 127.0.0.1 and port 9000"` ## require