| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2011-04-11 | 604 Bytes | |
| jpcap-0.6.zip | 2011-04-11 | 1.4 MB | |
| libpcap-1.1.1.tar.gz | 2011-04-11 | 582.0 kB | |
| Totals: 3 Items | 2.0 MB | 0 | |
This directory contains source code distributions for libpcap and jpcap. libpcap: Extract the tar.gz archive and refer the files: README and INSTALL for detailed instructions on building/installing libpcap package. jpcap: Extract the zip bundle and refer the file: README for details instructions on building/installaing the package. A fresh build can be made as follows: - shared C library: Go to "src/c", edit the Makefile to specify the correct JDK home directory under JAVA_DIR; then execute "make". - Jar file: Use the ant build setup (build.xml) after setting correct JDK home directory.