Search
Top Posts & Pages
- QML TreeView
- Hotplug an External Screen to your Laptop on Linux
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- Exchange Data and Objects between C++ and QML and vice versa
- To-Do-O
- QML Text Input for Maemo Fremantle
- Poor Man's Data Munging in the Linux Shell
- Publications & Talks
- test2junit 1.2.1 released
- QML and Clipboard Interaction
Tag Archives: Packet Capturing
10 Years clj-net-pcap — Version 1.8.4 Released
I almost missed it but this year was the tenth anniversary of clj-net-pcap. clj-net-pcap is a wrapper/adapter/facade (No matter how you want to call it.) around jNetPcap, which itself wraps libpcap, that enables and eases packet capturing with Clojure. This … Continue reading
Posted in Announcements, clj-net-pcap, Libs.
Tagged Announcement, clj-net-pcap, Clojure, Open Source, Packet Capturing
Leave a comment
clj-net-pcap Version 1.7.1 Released
I actually uploaded clj-net-pcap version 1.7.1 quite some time ago. Unfortunately, I was very busy and couldn’t even write an announcement. In this post, I briefly announce the clj-net-pcap version 1.7.1 release. I did the work on clj-net-pcap version 1.7.1 … Continue reading
Posted in Announcements, clj-net-pcap
Tagged clj-net-pcap, Clojure, Open Source, Packet Capturing
2 Comments
Dynamic Distributed Remote Packet Capturing with DRePCap
In scope of my PhD as well as my work as researcher, among other things, I also researched the concept of dynamic distribute remote packet capturing. Some results of this work were published in the paper: “Monitoring Traffic in Computer … Continue reading
Posted in DRePCap, Libs.
Tagged Clojure, DRePCap, Java, Open Source, Packet Capturing
Leave a comment
clj-net-pcap – Improvements and Preparations for next Release
It’s been a while since I posted the last update about clj-net-pcap. Before the work on my PhD thesis started to occupy most of my time, I actually put some more effort into further optimizing and improving clj-net-pcap. However, due … Continue reading
Posted in clj-net-pcap, Libs.
Tagged Clojure, Java, jNetPcap, Open Source, Packet Capturing
Leave a comment
Continuous Integration for clj-assorted-utils and clj-net-pcap
This is just a very brief update. I actually did this some time ago but didn’t really get to write about it. clj-assorted-utils and clj-net-pcap now make use of Travis CI. Integrating Travis CI was actually very easy. What I … Continue reading
Posted in Announcements, clj-assorted-utils, clj-net-pcap, Libs.
Tagged Clojure, Java, jNetPcap, Open Source, Packet Capturing, Test-driven Development, Version Control
Leave a comment
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
Posted in Announcements, clj-net-pcap, Libs.
Tagged Clojure, Java, jNetPcap, Open Source, Packet Capturing
1 Comment
You must be logged in to post a comment.