Linux OSI 相当于 Winsock2 的 LSP

发布于 2024-11-16 15:46:59 字数 99 浏览 0 评论 0原文

我正在寻找相当于Windows 的winsock2 LSP 的Linux 的OSI。

我特别想过滤Linux中的应用层协议和流量。

任何信息将不胜感激。

I'm looking for Linux's OSI equivalent to Windows' winsock2 LSP.

In particular I would like to filter application layer protocols and traffic in linux.

Any information would greatly be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹过旳痕迹 2024-11-23 15:46:59

不知道 Winsock2 LSP 的作用,很难回答你的问题。

  1. 您可以使用适当的 packet(7) 套接字来实现应用程序层协议。阅读手册页以获取更多信息
  2. 如果您想在用户空间中进行网络过滤,您可以使用 netfilter_queue 工具,通常与 iptables NFQUEUE 目标规则结合使用。您可以使用它通过用户空间守护程序有选择地过滤特定类型的流量。

我希望这有帮助。

Not knowing what Winsock2 LSP does, it's difficult to answer your question.

  1. You can implement application-layer protocols with the appropriate packet(7) socket. Read the man page for more information
  2. If you want to do network filtering in userspace, you can use the netfilter_queue facility, typically combined with iptables NFQUEUE target rules. You can use this to selectively filter particular types of traffic through a userspace daemon.

I hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文