This is an automated email from the ASF dual-hosted git repository.

xiaofeng pushed a commit to branch feature/dissector
in repository https://gitbox.apache.org/repos/asf/brpc.git

commit d56687f9630cafcb0d1d80053acd1132c1a4124c
Author: Xiaofeng Wang <[email protected]>
AuthorDate: Mon Oct 16 11:45:37 2023 +0800

    Fix typo
---
 docs/cn/wireshark_baidu_std.md | 2 +-
 docs/en/wireshark_baidu_std.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/wireshark_baidu_std.md b/docs/cn/wireshark_baidu_std.md
index e207410c..8dc7c4e6 100644
--- a/docs/cn/wireshark_baidu_std.md
+++ b/docs/cn/wireshark_baidu_std.md
@@ -16,7 +16,7 @@
 ## 使用方式
 
 1. 将 [`wireshark_baidu_std.lua`](../../tools/wireshark_baidu_std.lua) 放到 
"Personal Lua Plugins" 目录下;
-1. 将 
[`optionsl.proto`](../../src/brpc/options.proto)、[`streaming_rpc_meta.proto`](../../src/brpc/streaming_rpc_meta.proto)
 以及 [`baidu_rpc_meta.proto`](../../src/brpc/policy/baidu_rpc_meta.proto) 放到 
"Personal configuration" 目录下的 `protobuf` 目录中,目录如不存在可以手动创建;
+1. 将 
[`options.proto`](../../src/brpc/options.proto)、[`streaming_rpc_meta.proto`](../../src/brpc/streaming_rpc_meta.proto)
 以及 [`baidu_rpc_meta.proto`](../../src/brpc/policy/baidu_rpc_meta.proto) 放到 
"Personal configuration" 目录下的 `protobuf` 目录中,目录如不存在可以手动创建;
 1. 参考 [Wireshark 
Protobuf](https://wiki.wireshark.org/Protobuf#protobuf-search-paths-settings) 
配置 `Protobuf` 系统 proto 文件路经,如:`/opt/homebrew/opt/protobuf/include`
    
![wireshark-protobuf-search-paths](../images/wireshark_protobuf_search_paths.png)
 1. 可选,如需想使用相关字段进行过滤,可打开如下选项:
diff --git a/docs/en/wireshark_baidu_std.md b/docs/en/wireshark_baidu_std.md
index bf8678e4..af6a5118 100644
--- a/docs/en/wireshark_baidu_std.md
+++ b/docs/en/wireshark_baidu_std.md
@@ -16,7 +16,7 @@ Example for the Echo response:
 ## How to use
 
 1. Put [`wireshark_baidu_std.lua`](../../tools/wireshark_baidu_std.lua) under 
"Personal Lua Plugins";
-1. And put [`optionsl.proto`](../../src/brpc/options.proto), 
[`streaming_rpc_meta.proto`](../../src/brpc/streaming_rpc_meta.proto) and 
[`baidu_rpc_meta.proto`](../../src/brpc/policy/baidu_rpc_meta.proto) in 
`protobuf` directory under "Personal configuration", create if not exist;
+1. And put [`options.proto`](../../src/brpc/options.proto), 
[`streaming_rpc_meta.proto`](../../src/brpc/streaming_rpc_meta.proto) and 
[`baidu_rpc_meta.proto`](../../src/brpc/policy/baidu_rpc_meta.proto) in 
`protobuf` directory under "Personal configuration", create if not exist;
 1. Set `Protobuf Search Paths` for Protobuf official library include 
directory(e.g. `/opt/homebrew/opt/protobuf/include`), see [Wireshark 
Protobuf](https://wiki.wireshark.org/Protobuf#protobuf-search-paths-settings) 
for more details.
    
![wireshark-protobuf-search-paths](../images/wireshark_protobuf_search_paths.png)
 1. Optional, turn on `Dissect Protobuf fields as Wireshark fields` if you want 
to use related `baidu_std` fields for filtering:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to