aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* some notes after a talk with Jason a month agoLaurent Ghigonis2013-01-121-0/+20
* if using gg_sniff -a, you are not safe anymoreLaurent Ghigonis2012-12-161-0/+3
* 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
* change default graph layout to EGRAPH_LAYOUT_KAMADAKAWAILaurent Ghigonis2012-12-151-2/+3
* double GGNET_DNSNAME_MAX and GG_PKTARG_MAX to allow for longer fqdnLaurent Ghigonis2012-12-152-2/+2
* Merge branch 'master' of gouloum.fr:glouglouLaurent Ghigonis2012-12-150-0/+0
|\
| * make gg_sniff use dns functionnality of libggnet_dns and send glouglouLaurent Ghigonis2012-12-153-4/+29
* | rename vertice if we receive a glouglou packet PACKET_NAME for itLaurent Ghigonis2012-12-151-4/+14
* | add -a option to gg_sniff (Active), where gg_sniff uses dns functionnality ofLaurent Ghigonis2012-12-153-4/+29
|/
* 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
* BUG++Laurent Ghigonis2012-12-151-1/+5
* forgot to remove old function declaration for dead gg_sniff_dnsLaurent Ghigonis2012-12-151-8/+0
* 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
* TODO++, write email about libevent doc mistakeLaurent Ghigonis2012-12-151-0/+17
* 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-153-4/+3
* variable rename to avoid confusionLaurent Ghigonis2012-12-151-17/+17
* remove dns from gg_sniff now that it's in libggnetLaurent Ghigonis2012-12-153-107/+1
* integrate gg_sniff dns handling into libggnetLaurent Ghigonis2012-12-155-4/+167
* remove all reference to libglouglou.Laurent Ghigonis2012-12-152-19/+55
* working on ggsniff_dns_reverse()Laurent Ghigonis2012-12-152-4/+77
* remove unused var in ip_handle()Laurent Ghigonis2012-12-151-5/+1
* more doc in commentsLaurent Ghigonis2012-12-141-0/+2
* add comments on doc about dns with libeventLaurent Ghigonis2012-12-141-0/+6
* move TODO to a separate fileLaurent Ghigonis2012-12-142-52/+51
* TODO++Laurent Ghigonis2012-12-141-0/+4
* make window bigger by default so it fits my screenLaurent Ghigonis2012-12-131-1/+1
* remove useless buttons in UILaurent Ghigonis2012-12-131-66/+2
* improve gg_map UI, by using copying from egraph demoappLaurent Ghigonis2012-12-131-17/+207
* attach and detach node groups to "inactive tree" or to current active nodeLaurent Ghigonis2012-12-131-7/+45
* keep track of group connection usageLaurent Ghigonis2012-12-132-0/+13
* adapt to use libggnet group parentingLaurent Ghigonis2012-12-131-1/+5
* implement node group parenting, for now only for the existing GROUP_ADDRESSLaurent Ghigonis2012-12-132-16/+47
* use libggnet grouping, and add a global var _debug and many printfLaurent Ghigonis2012-12-131-4/+47
* introducing node grouping, for now only on addressLaurent Ghigonis2012-12-132-0/+155
* more DEBUG backtrace stuffLaurent Ghigonis2012-12-132-4/+507
* include CFLAGS when compiling BINARYLaurent Ghigonis2012-12-131-1/+1
* init connids only if we manage themLaurent Ghigonis2012-12-131-2/+3