clj-net-pcap

clj-net-pcap is a wrapper/adapter/facade (No matter how you wanna call it.) around jNetPcap that enables and eases packet capturing with Clojure.

Leiningen/Boot

[clj-net-pcap "1.0.6"]

Clojure CLI/deps.edn

clj-net-pcap/clj-net-pcap {:mvn/version "1.0.6"}

Gradle

implementation("clj-net-pcap:clj-net-pcap:1.0.6")

Maven

<dependency>
  <groupId>clj-net-pcap</groupId>
  <artifactId>clj-net-pcap</artifactId>
  <version>1.0.6</version>
</dependency>