aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* update last seen date on nodes too when we receive dataLaurent Ghigonis2012-12-131-0/+2
* test egraph creation success *before* using itLaurent Ghigonis2012-12-131-1/+1
* actualy delete edges on conn delLaurent Ghigonis2012-12-121-4/+9
* set default egraph layout to EGRAPH_LAYOUT_FRUCHTERMANREINGOLDLaurent Ghigonis2012-12-121-0/+1
* fix connection timeout handling by really sending the corresponding gg_packetLaurent Ghigonis2012-12-121-9/+19
* fix connection ID decodingLaurent Ghigonis2012-12-121-3/+3
* do not use id=1 for coloration of egraph blobsLaurent Ghigonis2012-12-121-1/+1
* better egraph blob sizeLaurent Ghigonis2012-12-111-1/+1
* fix new connections encoding, they should never be responsesLaurent Ghigonis2012-12-111-1/+1
* better packet encode / decode and size display, and colorisation of blobsLaurent Ghigonis2012-12-113-11/+25
* correctly encode packet size and response typeLaurent Ghigonis2012-12-111-1/+1