Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxnet/jxnet
Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/winpcap/npcap) via JNI (Java Native Interface).
https://github.com/jxnet/jxnet
capture-packets java jni libpcap network-security network-security-monitoring npcap packet-analyzer packet-capture packet-crafting packet-sniffer pcap-library security security-audit security-scanner sending-packets winpcap
Last synced: 2 months ago
JSON representation
Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/winpcap/npcap) via JNI (Java Native Interface).
- Host: GitHub
- URL: https://github.com/jxnet/jxnet
- Owner: jxnet
- License: lgpl-3.0
- Archived: true
- Created: 2015-10-23T07:07:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T11:48:58.000Z (about 4 years ago)
- Last Synced: 2024-08-05T09:15:42.862Z (6 months ago)
- Topics: capture-packets, java, jni, libpcap, network-security, network-security-monitoring, npcap, packet-analyzer, packet-capture, packet-crafting, packet-sniffer, pcap-library, security, security-audit, security-scanner, sending-packets, winpcap
- Language: Java
- Homepage: https://www.ardikars.com
- Size: 16.2 MB
- Stars: 26
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **13**星
README
Developement has been stopped, please use https://github.com/ardikars/pcap instead.
=Jxnet
=====Jxnet is a Java library for capturing and sending custom network packet buffers with no copies.
Jxnet wraps a native packet capture library (libpcap/npcap) via JNI (Java Native Interface).License
=======GNU Lesser General Public License, Version 3
```
/**
* Copyright (C) 2015-2018 Jxnet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
```