'I there still a jpcap.jar Version 0.1.18 file out there?
I'm endeavoring to get a packet generation program running to generate very specific, even improper, packets down to MAC layer. There's talk of a java .jar called jpcap version 0.1.18 (not 0.0.16) that can do this in java. I'd like to find one of those jar files but they seem to be all gone. Maven repo doesn't have it. There's a 0.0.16 offering at sourceforge but it doesn't seem to have the capability to generate, only capture. Also in 0.0.16 the classes are named different than in 0.0.18 so the code's not compatible.
There's a cool tool written in c for linux called mausezahn (incidentally that's 'mousetooth' in German) that I'm looking at too. It's been absorbed into netsniff-ng so I'm looking into it too. If one was to delve into a couple libraries called libnet and libcap the lore says that one could do all the things with packets one wanted, but I currently don't know exactly how to do that either. But I have all kinds of java tooling all set up and going and even a deployed webapp served out of a java tomcat 9 server so I was thinking if I could stay in java that might be the way to go.
Git has jpcap code and I've cloned it and I'm doing a bit of monkeying around seeing if I can make a jar out of it on my windows 10 maching with eclipse and maven or maybe just eclipse or maybe from the command line or whatever but that's where I'm at.
It sure would be nice to just use the maven repo one but it's defunct.
I've scoured the web and stackoverflow too. Might any of you have some very welcome and appreciated information on this packet generation, jpcap, libnet, libpcap and c or java stuff? Thank a million for your time and consideration.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
