Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

yindavidyang/CICFlowMeter

 
 

Repository files navigation

Install jnetpcap locally

Seed the jnetpcap jar into your local Maven cache using the artifact that matches your platform:

mvn install:install-file \
  -Dfile=/path/to/jnetpcap.jar \
  -DgroupId=org.jnetpcap \
  -DartifactId=jnetpcap \
  -Dversion=1.4.1 \
  -Dpackaging=jar

Run

IntelliJ IDEA

Open a terminal inside the IDE:

export JNETPCAP_NATIVE_PATH=/path/to/native/lib/dir   # contains your libjnetpcap.*
./gradlew execute

Elevated privileges may still be required to access capture devices (sudo on macOS).

Eclipse

  1. Right click App.java → Run As → Run Configurations → Arguments → VM arguments:
    -Djava.library.path=/path/to/native/lib/dir
  2. Run the configuration.

Build packages

IntelliJ IDEA / Gradle

./gradlew distZip

The archive is created under CICFlowMeter/build/distributions.

Eclipse / Maven

mvn package

The jar is produced in CICFlowMeter/target.

About

CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) is an Ethernet traffic Bi-flow generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 81.1%
  • C++ 11.3%
  • Python 4.4%
  • C 1.7%
  • HTML 1.5%