libpcap IP 数据包重组

发布于 2024-08-19 23:11:03 字数 1539 浏览 6 评论 0原文

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

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

发布评论

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

评论(3

冷︶言冷语的世界 2024-08-26 23:11:03

不,我很确定该补丁没有进入 libpcap。但是您可以使用 libnids 进行 ip 碎片整理(也可以跟踪 TCP 流)。

No, I'm pretty sure that the patch didn't make into libpcap. But you can do ip defragmentation (and also follow TCP streams) with libnids.

仅一夜美梦 2024-08-26 23:11:03

如果您正在寻找进行 IP 重组的工具,您可以查看 IPDefragUtil。您还可以查看 IP 重组源代码 此处此处

If you're looking for a tool that does IP reassembly you can checkout IPDefragUtil. You can also check out out IP reassembly source code here and here

小…红帽 2024-08-26 23:11:03

Libpcap 是一个捕获原始链路层数据包的库;它旨在供对这些数据包进行自己处理的程序和库使用,包括 IP 片段重组等。因此,它不会也永远不会进行 IP 重组;属于一个单独的库。

Libpcap is a library to capture raw link-layer packets; it is intended to be used by programs and libraries that do their own processing of those packets, including IP fragment reassembly, etc.. Therefore, it does not, and will not ever, do IP reassembly; that belongs in a separate library.

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