From a0fe83f9b343f03757199a621b78b0fc3dbd25d8 Mon Sep 17 00:00:00 2001 From: xiaobiao Date: Tue, 19 Apr 2022 11:19:04 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20windows=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=9B=B8=E5=85=B3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c5362d1..3b5189b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Ubuntu: ``` apt-get install libpcap-dev ``` + +Windows(Windows系统的抓包效率和准确性都较低,建议别在生产使用): +安装 Npcap, 下载地址: + 2.关闭 GO111MODULE状态 ``` go env -w GO111MODULE=off From a3b7cf2f884a785c869a88d4c6729aa4d156a90c Mon Sep 17 00:00:00 2001 From: xiaobiao Date: Tue, 19 Apr 2022 11:51:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20windows=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=9B=B8=E5=85=B3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b5189b..96f2eed 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,10 @@ apt-get install libpcap-dev ``` Windows(Windows系统的抓包效率和准确性都较低,建议别在生产使用): +``` 安装 Npcap, 下载地址: +``` + 2.关闭 GO111MODULE状态 ``` From 3430b80a607ff9b00012126c6cff42ea7c188712 Mon Sep 17 00:00:00 2001 From: xiaobiao Date: Tue, 19 Apr 2022 11:52:34 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20windows=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=9B=B8=E5=85=B3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f2eed..48517ad 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ apt-get install libpcap-dev Windows(Windows系统的抓包效率和准确性都较低,建议别在生产使用): ``` -安装 Npcap, 下载地址: +安装 Npcap, 下载地址:https://npcap.com/ ```