Search
Top Posts & Pages
- Exchange Data and Objects between C++ and QML and vice versa
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- Video: Plasma Active on Nexus 7
- Reorder Items in a QML ListView via Touch Gestures
- QML FlowListView
- New Rootfs Tarball of Plasma Active for Nexus 7
- Speed up TDD in Clojure with lein-reload
- Hotplug an External Screen to your Laptop on Linux
- Nexus 7: Easily Flash/Access Entire Userdata Partition
- Nexus 7 MOSLO with kexec hardboot and 3G Nexus Support
Links
Category Archives: clj-net-pcap
clj-net-pcap 1.0.6 released
I just uploaded a new version of clj-net-pcap. This version re-adds native libs for Linux i386 and fixes some issues in jNetPcap with respect to formatting IPv6 addresses. Jars are available from clojars: https://clojars.org/clj-net-pcap https://clojars.org/jnetpcap Alternatively you can get the … Continue reading
clj-assorted-utils and clj-net-pcap on clojars.org
I just changed the names of my two Clojure libraries cljAcmeUtils and cljNetPcap. Those two libs are now named clj-assorted-utils and clj-net-pcap respectively. Please excuse the inconvenience but I felt this step was necessary as I wanted to upload these … Continue reading
Posted in Announcements, clj-assorted-utils, clj-net-pcap, Libs.
Tagged Announcement, Clojure, jNetPcap, Open Source, Packet Capturing
Leave a comment
cljNetPcap Version 1.6.3
Already before my vacation I fixed some annoying issues in cljNetPcap. You can get cljNetPcap version 1.6.3 from its github page. This version improves the stability, offers more robust mechanisms for extracting the shipped native libs, and improves the stability … Continue reading
Posted in Announcements, clj-net-pcap, Libs.
Tagged Clojure, Open Source, Packet Capturing
Leave a comment
cljNetPcap: Packet Capturing with Clojure
Update: Please note that cljNetPcap had been moved to clj-net-pcap. cljNetPcap allows to easily capture packets in Clojure. cljNetPcap builds on top of the jNetPcap Java library and provides a wrapper/facade/whatever for easily using the functionality as provided by jNetPcap … Continue reading