add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/sngrep.md Normal file
View File

@@ -0,0 +1,20 @@
# sngrep
> 从终端显示SIP呼叫消息流。
> 更多信息:<https://github.com/irontec/sngrep>。
- 从PCAP文件可视化SIP数据包
`sngrep -I {{path/to/file.pcap}}`
- 仅可视化以INVITE数据包开始的对话和来自PCAP文件的RTP数据包
`sngrep -crI {{path/to/file.pcap}}`
- 实时接口仅显示以INVITE数据包开始的对话和RTP数据包
`sngrep -cr`
- 仅捕获数据包,不通过接口保存到文件:
`sngrep -NO {{path/to/file.pcap}}`