aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
=======