aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou (follow)
Commit message (Expand)AuthorAgeFilesLines
* libglouglou: link against libpcap and libdnetLaurent Ghigonis2013-06-081-0/+1
* libglouglou: correctly use CLFAGS for examplesLaurent Ghigonis2013-06-081-0/+3
* libglouglou: undef local define after useLaurent Ghigonis2013-06-081-0/+2
* libglouglou: traceroute report in libLaurent Ghigonis2013-06-083-16/+26
* libglouglou: traceroute delayLaurent Ghigonis2013-06-084-7/+29
* libglouglou: remove useless commentLaurent Ghigonis2013-06-081-6/+0
* libglouglou: traceroute simpler API, introduce req paramsLaurent Ghigonis2013-06-083-20/+60
* libglouglou: move functions aroundLaurent Ghigonis2013-06-081-74/+76
* libglouglou: traceroute TCP workingLaurent Ghigonis2013-06-083-49/+119
* libglouglou: indentLaurent Ghigonis2013-06-073-4/+7
* libglouglou: improve traceroute callbacksLaurent Ghigonis2013-06-073-10/+15
* libglouglou: remove extra function headerLaurent Ghigonis2013-06-071-2/+1
* libggnet: use droppriv() from libglouglouLaurent Ghigonis2013-06-071-30/+2
* libggnet: traceroute sends packets in TCP and ICMPLaurent Ghigonis2013-06-074-65/+117
* libglouglou: missing var declarationLaurent Ghigonis2013-06-061-0/+1
* libglouglou: add get_iface(ip) to get interface to use to reach an IPLaurent Ghigonis2013-06-062-0/+18
* libglouglou: comment about prefetch iface/route for tracerouteLaurent Ghigonis2013-06-051-3/+3
* indent fix for branch tracerouteLaurent Ghigonis2013-06-053-329/+332
* Merge branch 'master' into tracerouteLaurent Ghigonis2013-06-0513-1197/+1215
|\
| * indent fix, pass 2Laurent Ghigonis2013-06-0510-117/+124
| * libglouglou: dnsreverse typoLaurent Ghigonis2013-06-051-1/+1
| * convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-0513-1176/+1187
* | libglouglou: update my email (last one...)Laurent Ghigonis2013-06-051-1/+1
* | work in progress on traceroute and it's integration in gg_sniffLaurent Ghigonis2013-01-122-12/+275
* | update requirementsLaurent Ghigonis2013-01-121-1/+6
* | work on traceroute, initialisation code is there nowLaurent Ghigonis2012-12-163-19/+186
* | link to libpcap and libdnetLaurent Ghigonis2012-12-161-0/+1
* | more explanations about libraries included in libglouglouLaurent Ghigonis2012-12-161-1/+16
* | start coding on libggnet_traceroute in 'traceroute' branch.Laurent Ghigonis2012-12-154-2/+159
|/
* double GGNET_DNSNAME_MAX and GG_PKTARG_MAX to allow for longer fqdnLaurent Ghigonis2012-12-152-2/+2
* fix dns resolving: evdns eats network byte order !Laurent Ghigonis2012-12-152-1/+6
* revert previous commit, my brain was deeply flawedLaurent Ghigonis2012-12-151-1/+0
* fix network byte order of IP parsed from cmdlineLaurent Ghigonis2012-12-151-0/+1
* do not call ggnet user callback if we do not get a positive answer from theLaurent Ghigonis2012-12-151-2/+3
* wait 5 seconds maximum, and differentiate error from no answerLaurent Ghigonis2012-12-151-1/+14
* call the user callback even on error but with NULL as nameLaurent Ghigonis2012-12-151-10/+6
* add Makefile for examples/ of libglouglouLaurent Ghigonis2012-12-151-0/+10
* add example of ggnet_dns reverse dns lookup usageLaurent Ghigonis2012-12-151-0/+38
* fix handling of name returned by evdns.Laurent Ghigonis2012-12-151-2/+8
* fix packet PACKET_NAME len decodingLaurent Ghigonis2012-12-151-1/+1
* add necessary code in libggnet to do resolving of nodes names.Laurent Ghigonis2012-12-154-48/+59
* add (struct ggnet *) in cb_nodename() argumentsLaurent Ghigonis2012-12-152-3/+3
* rename ggnet_grouping_set() to ggnet_set_grouping(), to match ggnet_set_dns().Laurent Ghigonis2012-12-152-3/+2
* variable rename to avoid confusionLaurent Ghigonis2012-12-151-17/+17
* integrate gg_sniff dns handling into libggnetLaurent Ghigonis2012-12-155-4/+167
* remove all reference to libglouglou.Laurent Ghigonis2012-12-152-19/+55
* keep track of group connection usageLaurent Ghigonis2012-12-132-0/+13
* implement node group parenting, for now only for the existing GROUP_ADDRESSLaurent Ghigonis2012-12-132-16/+47
* introducing node grouping, for now only on addressLaurent Ghigonis2012-12-132-0/+155
* init connids only if we manage themLaurent Ghigonis2012-12-131-2/+3