Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 SharpPcap 丢弃数据包或更改响应?我一直在网上寻找,而且我看到过旧的帖子,看起来好像不可能丢包。我不知道是否可以改变一个。
如果没有,有人可以向我指出一些有关如何执行此操作的资源的方向吗?
没有。libpcap/winpcap/airpcap 提供对系统中数据包的观察,但不在防火墙级别,因为当数据包流进出网络适配器时,它们无法访问数据包流。
还有其他一些软件可能会为您做您想做的事情提供支持,您仍然可以将 Packet.Net 与它们一起使用(SharpPcap 使用的数据包分析库)。