aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-12better UILaurent Ghigonis1-54/+40
2012-12-15change default graph layout to EGRAPH_LAYOUT_KAMADAKAWAILaurent Ghigonis1-2/+3
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