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.6.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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