wasphin commented on code in PR #2408:
URL: https://github.com/apache/brpc/pull/2408#discussion_r1360076297


##########
docs/cn/wireshark_baidu_std.md:
##########
@@ -0,0 +1,27 @@
+[English version](../en/wireshark_baidu_std.md)
+
+# 介绍
+
+`wireshark_baidu_std.lua` 是针对 [`baidu_std`](baidu_std.md) 协议的 `Wireshark` 
解析插件,同时支持 [`streaming_rpc`](streaming_rpc.md) 协议的解析。
+
+请求包的解析示例:
+
+![request](../images/wireshark_baidu_std_request.png)
+
+响应包的解析示例:
+
+![response](../images/wireshark_baidu_std_response.png)
+
+
+## 使用方式
+
+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` 目录中,目录如不存在可以手动创建;

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to