用 Java 编写一个丢弃网络数据包的个人防火墙
我想用Java编写一个可以丢弃网络数据包的个人防火墙。是否可以?
我想在 jpcap 上捕获数据包,但如何丢弃数据包?这个事件有java上的库吗?
抱歉我的英语不好。
I would like to write a Personal Firewall on Java that can drop network packet. Is it possible?
I want to capture a packet on jpcap, but how can i do drop packet? Is there a library in this event on java?
And sorry for my bad English.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。
您无法使用
JPcap
(至少有 3 个版本)或其本机组件libpcap/winpcap
丢弃数据包。据我所知,我是其中一位
JPcaps
的作者之一;-)No.
You can't drop packets with either
JPcap,
in any of its at least 3 incarnations, or its native componentlibpcap/winpcap
.Not that I'm aware of, and I'm one of the authors of one of the
JPcaps
;-)