Windows 中的数据包过滤(XP、7 等)

编程入门 行业动态 更新时间:2024-10-26 00:19:14
本文介绍了Windows 中的数据包过滤(XP、7 等)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

如何在 Windows 中过滤(允许、拒绝等)传出数据包?我想在 TCP 或 UDP 数据包类型中搜索以在数据段中找到例如387602304fd236e048125453b1fa10c980e9dad4fa7f3f5dd2497c2e8b2b"并丢弃/阻止/拒绝数据包,如果它与搜索十六进制字符串匹配.我已经尝试过 WIPFW 和 PKTFILTER,但它们只提供 IP 源、目标、端口等过滤.他们不检查数据包的数据.我认为伯克利数据包过滤器可以完成这项工作,但它适用于 unix...

How can i filter (allow, deny etc) outgoing packets in Windows? I want to search in TCP or UDP packet types to find in the data segment for example this "387602304fd236e048125453b1fa10c980e9dad4fa7f3f5dd2497c2e8b2b" and drop/block/deny the packet, if it matches the search hex string. I have already tried WIPFW and PKTFILTER but they only serve IP source, dest, port etc filtering. They don't inspect the packet's data. I think Berkeley Packet Filter doe's that job, but it's for unix...

推荐答案

这里有一些在 windows 中过滤数据包的内容:

Here is some to filter packet in windows:

WinDivert 在 Windows 7、2008 或更高版本上的免费开源项目工作.网络层.

WinDivert Free open source project work on Windows 7, 2008 or upper. network layer.

WinpkFilter 3.0 商业版、Windows XP 及更高版本.数据链路层

WinpkFilter 3.0 Commercial, Windows XP and upper. datalink layer

pcausa,商业.数据链路层

Windows 过滤平台数据包修改示例创建 WinDivert 使用的标注驱动程序的示例,您现在应该实现内核驱动程序.网络层.

Windows Filtering Platform Packet Modification Sample A sample to create callout driver that WinDivert use, you should now to implement kernel driver. network layer.

这篇关于Windows 中的数据包过滤(XP、7 等)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-26 01:06:15,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1126822.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:数据包   Windows   XP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!