Skip to content

Commit

Permalink
add ge-srtp
Browse files Browse the repository at this point in the history
  • Loading branch information
ntestoc3 committed Mar 11, 2022
1 parent 2d672f7 commit b67e948
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ FaPro是一个服务端协议模拟工具,可以轻松启停多个网络服务
- [x] Fox
- [x] DNP3
- [x] OMRON
- [x] GE-SRTP
- 使用TcpForward进行端口转发
- 支持tcp syn请求记录
- 支持ping请求记录
Expand Down Expand Up @@ -185,7 +186,7 @@ fapro run -v -l :8080

```json
{
"version": "0.60",
"version": "0.61",
"network": "127.0.0.1/32",
"network_build": "localhost",
"storage": null,
Expand Down Expand Up @@ -259,7 +260,7 @@ fapro run -v -l :8080
协议访问日志保存到elasticsearch,排除远程ip为127.0.0.1和8.8.8.8的日志。
```json
{
"version": "0.60",
"version": "0.61",
"network": "172.16.0.0/24",
"network_build": "userdef",
"storage": "es://http://127.0.0.1:9200",
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The goal is to support as many protocols as possible, and support as many deep i
- [x] Fox
- [x] DNP3
- [x] OMRON
- [x] GE-SRTP
- Use TcpForward to forward network traffic
- Support tcp syn logging
- Support icmp ping logging
Expand Down Expand Up @@ -183,7 +184,7 @@ This section contains the sample configuration used by FaPro.

```json
{
"version": "0.60",
"version": "0.61",
"network": "127.0.0.1/32",
"network_build": "localhost",
"storage": null,
Expand Down Expand Up @@ -259,7 +260,7 @@ and 172.16.0.5 run rpc, rdp service,
protocol access logs are saved to elasticsearch, exclude the access log of 127.0.0.1 and 8.8.8.8.
```json
{
"version": "0.60",
"version": "0.61",
"network": "172.16.0.0/24",
"network_build": "userdef",
"storage": "es://http://127.0.0.1:9200",
Expand Down
Binary file added docs/ge-srtp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b67e948

Please sign in to comment.