aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-19move egraph to Enlightenment repositoryLaurent Ghigonis23-3234/+2
2013-03-10gg_sniff: fix missing usage() \nLaurent Ghigonis1-1/+1
2013-03-10glougloud: fix usage() wrong optionLaurent Ghigonis1-1/+1
2013-03-10glougloud: missing usage \nLaurent Ghigonis1-1/+1
2013-03-10typoLaurent Ghigonis1-1/+1
2013-03-10egraph: simplify pkg-config callLaurent Ghigonis1-3/+1
2013-03-01gg_sniff: replace tabs by 2 spacesLaurent Ghigonis1-388/+388
2013-02-27remove old fileLaurent Ghigonis1-6/+0
2013-02-27add authors and licenseLaurent Ghigonis2-0/+16
2013-01-12better UILaurent Ghigonis1-54/+40
2012-12-16lockup ++Laurent Ghigonis1-0/+60
2012-12-16more detailsLaurent Ghigonis1-0/+12
2012-12-16evas lockup ++Laurent Ghigonis1-0/+63
2012-12-15change default graph layout to EGRAPH_LAYOUT_KAMADAKAWAILaurent Ghigonis1-2/+3
2012-12-15move 2 printfs to be DEBUG conditionnalLaurent Ghigonis1-3/+5
2012-12-15increase vertice name max len (EGRAPH_VERTICE_NAME_MAXLEN)Laurent Ghigonis1-1/+1
2012-12-15double GGNET_DNSNAME_MAX and GG_PKTARG_MAX to allow for longer fqdnLaurent Ghigonis2-2/+2
2012-12-15rename vertice if we receive a glouglou packet PACKET_NAME for itLaurent Ghigonis1-4/+14
2012-12-15add -a option to gg_sniff (Active), where gg_sniff uses dns functionnality ofLaurent Ghigonis3-4/+29
2012-12-15make gg_sniff use dns functionnality of libggnet_dns and send glouglouLaurent Ghigonis3-4/+29
2012-12-15fix dns resolving: evdns eats network byte order !Laurent Ghigonis2-1/+6
2012-12-15revert previous commit, my brain was deeply flawedLaurent Ghigonis1-1/+0
2012-12-15fix network byte order of IP parsed from cmdlineLaurent Ghigonis1-0/+1
2012-12-15BUG++Laurent Ghigonis1-1/+5
2012-12-15forgot to remove old function declaration for dead gg_sniff_dnsLaurent Ghigonis1-8/+0
2012-12-15do not call ggnet user callback if we do not get a positive answer from theLaurent Ghigonis1-2/+3
2012-12-15wait 5 seconds maximum, and differentiate error from no answerLaurent Ghigonis1-1/+14
2012-12-15call the user callback even on error but with NULL as nameLaurent Ghigonis1-10/+6