aboutsummaryrefslogtreecommitdiffstats
path: root/gg_map/gg_net.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-09WIP, improve tracerouteLaurent Ghigonis6-53/+108
* del trace on timeout (still WIP) * keep track of nodes traceroute usage * fix IP address storage / transfer * add some debug printf around
2013-07-08fix segfault because of bad libdnet intf_get_dst() usageLaurent Ghigonis2-6/+17
shame on libdnet for this shitty interface !
2013-07-08compile gg_map gg_sniff and libglouglou with -O0 -gLaurent Ghigonis3-3/+5
2013-07-07gg_sniff: don't send empty traceroute hopsLaurent Ghigonis1-1/+3
2013-07-07traceroute improvementsLaurent Ghigonis7-28/+56
* don't group traceroute nodes by address * put src ip in traceroute glouglou packet * correctly link nodes in gg_map
2013-07-07libglouglou: compile with -gLaurent Ghigonis1-1/+1
2013-07-07glouglou_localsniff.sh: more verbose gg_sniffLaurent Ghigonis1-1/+1
2013-07-06gg_map: improve traceroute themingLaurent Ghigonis1-2/+2
2013-07-06add "make rebuild"Laurent Ghigonis1-0/+3
2013-07-06use $(MAKE) to propopagate make options, e.g. -j 5Laurent Ghigonis1-3/+3
2013-07-06WIP traceroute integration, disabled by defaultLaurent Ghigonis7-20/+265
gg_map is not graphing correctly the route for now
2013-07-06gg_map: printf use %p for pointersLaurent Ghigonis1-4/+4
2013-07-06libglouglou: traceroute more explicit on intf_get_dst() failureLaurent Ghigonis1-2/+2
2013-07-06libglouglou: traceroute correctly count pending requestsLaurent Ghigonis1-2/+13
2013-07-06libglouglou: traceroute test for intf_open() failureLaurent Ghigonis1-0/+5
2013-07-06libglouglou: rename ggnet_traceroute_cancel() to ggnet_traceroute_trace_free()Laurent Ghigonis2-4/+2
2013-07-05gg_sniff: do not chroot because of dirty libdnet needs /dev for intf_* stuff :(Laurent Ghigonis1-1/+1
2013-07-05libglouglou: dnsreverse with droppriv() nowLaurent Ghigonis1-0/+2
2013-07-05gg_map: glouglou_localsniff now tailing ggsniff logLaurent Ghigonis1-0/+1
2013-07-05gg_map: glouglou_localsniff with active sniffing modeLaurent Ghigonis1-1/+1
2013-06-28gg_map: fix function declarationLaurent Ghigonis1-2/+2
no functional change
2013-06-28libglouglou: traceroute: improve hops countingLaurent Ghigonis2-31/+38
2013-06-27libglouglou: traceroute: count hopsLaurent Ghigonis2-0/+9
2013-06-27gg_map: improve argparseLaurent Ghigonis1-2/+2
2013-06-27libglouglou: traceroute: handle multiple header inclusionsLaurent Ghigonis1-0/+4
2013-06-27gg_sniff: we use libdnet for icmpLaurent Ghigonis1-1/+0
2013-06-16libglouglou: traceroute verbosityLaurent Ghigonis4-17/+30