用于网络数据包解析/组装的.NET Framework?

发布于 2024-08-23 22:49:54 字数 187 浏览 6 评论 0原文

在编写Tcp/IP程序时,我们经常会进行数据包组装和解析,那么有没有一个框架可以让我们的生活更轻松呢?

我知道这很难实施。

编辑: 需要澄清的是:

  1. 应用程序级数据包
  2. 可能需要与 C++ 应用程序通信,因此 .net 序列化不适用。

when programming Tcp/IP program, we often will do data packet assembling and parsing, so is there a framework to make our life easier?

I know this is hard to implement.

Edit:
to clarify:

  1. application level packet
  2. it may need to talk to c++ application, so .net serialization is not applicable.

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

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

发布评论

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

评论(3

眼眸 2024-08-30 22:49:54

Pcap.NET 可能就是您想要的:

Pcap.Net 是 WinPcap 的 .NET 包装器
用 C++/CLI 和 C# 编写。
它的特点是
几乎所有 WinPcap 功能和
包括数据包解释
框架。

Pcap.NET may be what you're after:

Pcap.Net is a .NET wrapper for WinPcap
written in C++/CLI and C#.
It features
almost all WinPcap features and
includes a packet interpretation
framework.

最单纯的乌龟 2024-08-30 22:49:54

如果您可以使用自己的应用协议,协议缓冲区可能是正确的工具使用。

否则,这取决于您正在处理的协议。对于基于 MIME 的协议,您可以利用Sharp MIME 工具

If you can use your own application protocol, Protocol Buffers might be the right tool to use.

Otherwise it depends on the protocol you are dealing with. For MIME based protocols you can leverage Sharp MIME tools.

自由如风 2024-08-30 22:49:54

Sharppcap,http://sharppcap.sf.net 也提供此功能并支持多种数据包类型。也适用于 Windows、Mac 和 Linux。

Sharppcap, http://sharppcap.sf.net also provides this functionality and supports a wide range of packet types. Also works on windows, mac and Linux.

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