From 61b5df3dada9fc47aa9e9f581c57bcdbc4f70dda Mon Sep 17 00:00:00 2001 From: "Sharmila Palani (from Dev Box)" Date: Thu, 22 Aug 2024 19:19:04 -0700 Subject: [PATCH 1/3] Added ntosext extension in the doc --- docs/GettingStarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 958b593b13..96e86a019f 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -595,3 +595,4 @@ development cycle. See the [Windows Hardware Developer documentation](https://l ## eBPF external extensions Extensions that integrate with eBPF for Windows: - XDP extension: [xdp-for-windows](https://github.com/microsoft/xdp-for-windows) +- NTOS eBPF extensions: [ntosebpfext](https://github.com/microsoft/ntosebpfext) \ No newline at end of file From c9e6df63226f9b8860185c0ad78a6e6548dd9c3f Mon Sep 17 00:00:00 2001 From: "Sharmila Palani (from Dev Box)" Date: Tue, 27 Aug 2024 18:02:18 -0700 Subject: [PATCH 2/3] Addressed PR comment --- docs/GettingStarted.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 96e86a019f..b047f3535a 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -595,4 +595,6 @@ development cycle. See the [Windows Hardware Developer documentation](https://l ## eBPF external extensions Extensions that integrate with eBPF for Windows: - XDP extension: [xdp-for-windows](https://github.com/microsoft/xdp-for-windows) -- NTOS eBPF extensions: [ntosebpfext](https://github.com/microsoft/ntosebpfext) \ No newline at end of file +- NTOS eBPF extensions: + - ntosebpfext extension: [ntosebpfext](https://github.com/microsoft/ntosebpfext) + - Network event extension: [neteventebpfext](https://github.com/microsoft/ntosebpfext/blob/main/docs/neteventebpfext.md) \ No newline at end of file From 9b1ef0777645d1d376354c355738c302a60236dd Mon Sep 17 00:00:00 2001 From: Sharmi Date: Wed, 28 Aug 2024 10:40:54 -0700 Subject: [PATCH 3/3] Update docs/GettingStarted.md Co-authored-by: Dave Thaler --- docs/GettingStarted.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index b047f3535a..adf1927f9c 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -595,6 +595,5 @@ development cycle. See the [Windows Hardware Developer documentation](https://l ## eBPF external extensions Extensions that integrate with eBPF for Windows: - XDP extension: [xdp-for-windows](https://github.com/microsoft/xdp-for-windows) -- NTOS eBPF extensions: - - ntosebpfext extension: [ntosebpfext](https://github.com/microsoft/ntosebpfext) - - Network event extension: [neteventebpfext](https://github.com/microsoft/ntosebpfext/blob/main/docs/neteventebpfext.md) \ No newline at end of file +- ntosebpfext extension: [ntosebpfext](https://github.com/microsoft/ntosebpfext) +- Network event extension: [neteventebpfext](https://github.com/microsoft/ntosebpfext/blob/main/docs/neteventebpfext.md) \ No newline at end of file