clj-net-pcap

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

Leiningen/Boot

[clj-net-pcap "1.8.4"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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