Skip to content

Commit b67e948

Browse files
committed
add ge-srtp
1 parent 2d672f7 commit b67e948

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README-CN.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ FaPro是一个服务端协议模拟工具,可以轻松启停多个网络服务
7575
- [x] Fox
7676
- [x] DNP3
7777
- [x] OMRON
78+
- [x] GE-SRTP
7879
- 使用TcpForward进行端口转发
7980
- 支持tcp syn请求记录
8081
- 支持ping请求记录
@@ -185,7 +186,7 @@ fapro run -v -l :8080
185186

186187
```json
187188
{
188-
"version": "0.60",
189+
"version": "0.61",
189190
"network": "127.0.0.1/32",
190191
"network_build": "localhost",
191192
"storage": null,
@@ -259,7 +260,7 @@ fapro run -v -l :8080
259260
协议访问日志保存到elasticsearch,排除远程ip为127.0.0.1和8.8.8.8的日志。
260261
```json
261262
{
262-
"version": "0.60",
263+
"version": "0.61",
263264
"network": "172.16.0.0/24",
264265
"network_build": "userdef",
265266
"storage": "es://http://127.0.0.1:9200",

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The goal is to support as many protocols as possible, and support as many deep i
7575
- [x] Fox
7676
- [x] DNP3
7777
- [x] OMRON
78+
- [x] GE-SRTP
7879
- Use TcpForward to forward network traffic
7980
- Support tcp syn logging
8081
- Support icmp ping logging
@@ -183,7 +184,7 @@ This section contains the sample configuration used by FaPro.
183184

184185
```json
185186
{
186-
"version": "0.60",
187+
"version": "0.61",
187188
"network": "127.0.0.1/32",
188189
"network_build": "localhost",
189190
"storage": null,
@@ -259,7 +260,7 @@ and 172.16.0.5 run rpc, rdp service,
259260
protocol access logs are saved to elasticsearch, exclude the access log of 127.0.0.1 and 8.8.8.8.
260261
```json
261262
{
262-
"version": "0.60",
263+
"version": "0.61",
263264
"network": "172.16.0.0/24",
264265
"network_build": "userdef",
265266
"storage": "es://http://127.0.0.1:9200",

docs/ge-srtp.gif

172 KB
Loading

0 commit comments

Comments
 (0)