将 libpcap 与 Scala 结合使用

发布于 2024-12-26 01:46:32 字数 134 浏览 0 评论 0原文

将 libpcap 与 Scala 结合使用的最佳方式是什么?我需要从实时网络设备捕获,因此它很可能需要本机绑定。

我找到了一些像 JPcap 和 JNetPcap 的东西,但没有特别适合 Scala...

有什么建议吗?

What's the best way to use libpcap with Scala? I need to capture from live network devices, so it will most likely need a native binding.

I've found a couple like JPcap and JNetPcap but nothing particularly for Scala...

Any recommendations?

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

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

发布评论

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

评论(1

绝影如岚 2025-01-02 01:46:32

由于这些库已经在 J​​VM 上运行,因此不需要额外的 Scala 包装器。只需选择最好的库并根据您的需求进行调整

JNetPcap 似乎是这里最新的一个。

Since the libraries run on JVM already there is no need for an additional wrapper for Scala. Just pick the best library and pimp it to your needs.

JNetPcap seems like the most updated one here.

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