aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-16 03:26:39 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-16 03:26:39 +0100
commit65f3023ffeaee730e9128dff7c71b8ab62fdeb0f (patch)
tree5012a1fe6d945c234c42919f230bf5d03f2a856a /libglouglou
parentstart coding on libggnet_traceroute in 'traceroute' branch. (diff)
downloadglouglou-65f3023ffeaee730e9128dff7c71b8ab62fdeb0f.tar.xz
glouglou-65f3023ffeaee730e9128dff7c71b8ab62fdeb0f.zip
more explanations about libraries included in libglouglou
Diffstat (limited to 'libglouglou')
-rw-r--r--libglouglou/README.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/libglouglou/README.txt b/libglouglou/README.txt
index 003db0a..1414f8f 100644
--- a/libglouglou/README.txt
+++ b/libglouglou/README.txt
@@ -9,9 +9,24 @@ Requirements
libggnet
========
-libglouglou includes libggnet a helper to keep track of network nodes and
+libglouglou includes libggnet, a helper to keep track of network nodes and
connections.
+libggnet_dns
+============
+
+libglouglou includes libggnet_dns, a wrapper around evdns to do asyncronous
+DNS reverse resolving with a simple API.
+It can be reused independently by using libggnet_dns.c and libggnet_dns.h.
+
+libggnet_traceroute
+===================
+
+libglouglou includes libggnet_traceroute, a library to do asyncronous traceroute
+based on libevent, libpcap and libdnet.
+It can be reused independently by using libggnet_traceroute.c and
+libggnet_traceroute.h.
+
sendbuf
=======