aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add datalove, we don't want to forget thatHEADmasterLaurent Ghigonis2013-09-121-0/+15
|
* WIP, improve tracerouteLaurent Ghigonis2013-07-096-53/+108
| | | | | | | * del trace on timeout (still WIP) * keep track of nodes traceroute usage * fix IP address storage / transfer * add some debug printf around
* fix segfault because of bad libdnet intf_get_dst() usageLaurent Ghigonis2013-07-082-6/+17
| | | | shame on libdnet for this shitty interface !
* compile gg_map gg_sniff and libglouglou with -O0 -gLaurent Ghigonis2013-07-083-3/+5
|
* gg_sniff: don't send empty traceroute hopsLaurent Ghigonis2013-07-071-1/+3
|
* traceroute improvementsLaurent Ghigonis2013-07-077-28/+56
| | | | | | * don't group traceroute nodes by address * put src ip in traceroute glouglou packet * correctly link nodes in gg_map
* libglouglou: compile with -gLaurent Ghigonis2013-07-071-1/+1
|
* glouglou_localsniff.sh: more verbose gg_sniffLaurent Ghigonis2013-07-071-1/+1
|
* gg_map: improve traceroute themingLaurent Ghigonis2013-07-061-2/+2
|
* add "make rebuild"Laurent Ghigonis2013-07-061-0/+3
|
* use $(MAKE) to propopagate make options, e.g. -j 5Laurent Ghigonis2013-07-061-3/+3
|
* WIP traceroute integration, disabled by defaultLaurent Ghigonis2013-07-067-20/+265
| | | | gg_map is not graphing correctly the route for now
* gg_map: printf use %p for pointersLaurent Ghigonis2013-07-061-4/+4
|
* libglouglou: traceroute more explicit on intf_get_dst() failureLaurent Ghigonis2013-07-061-2/+2
|
* libglouglou: traceroute correctly count pending requestsLaurent Ghigonis2013-07-061-2/+13
|
* libglouglou: traceroute test for intf_open() failureLaurent Ghigonis2013-07-061-0/+5
|
* libglouglou: rename ggnet_traceroute_cancel() to ggnet_traceroute_trace_free()Laurent Ghigonis2013-07-062-4/+2
|
* gg_sniff: do not chroot because of dirty libdnet needs /dev for intf_* stuff :(Laurent Ghigonis2013-07-051-1/+1
|
* libglouglou: dnsreverse with droppriv() nowLaurent Ghigonis2013-07-051-0/+2
|
* gg_map: glouglou_localsniff now tailing ggsniff logLaurent Ghigonis2013-07-051-0/+1
|
* gg_map: glouglou_localsniff with active sniffing modeLaurent Ghigonis2013-07-051-1/+1
|
* gg_map: fix function declarationLaurent Ghigonis2013-06-281-2/+2
| | | | no functional change
* libglouglou: traceroute: improve hops countingLaurent Ghigonis2013-06-282-31/+38
|
* libglouglou: traceroute: count hopsLaurent Ghigonis2013-06-272-0/+9
|
* gg_map: improve argparseLaurent Ghigonis2013-06-271-2/+2
|
* libglouglou: traceroute: handle multiple header inclusionsLaurent Ghigonis2013-06-271-0/+4
|
* gg_sniff: we use libdnet for icmpLaurent Ghigonis2013-06-271-1/+0
|
* libglouglou: traceroute verbosityLaurent Ghigonis2013-06-164-17/+30
|
* libglouglou: add ggtrace, meant to be a complete commandline tracerouteLaurent Ghigonis2013-06-091-0/+67
|
* libglouglou: traceroute TCP intrace modeLaurent Ghigonis2013-06-092-10/+42
|
* libglouglou: add explanation headerLaurent Ghigonis2013-06-091-0/+2
|
* gg_sniff: disable traceroute for nowLaurent Ghigonis2013-06-081-1/+1
|
* libglouglou: link against libpcap and libdnetLaurent Ghigonis2013-06-081-0/+1
|
* libglouglou: correctly use CLFAGS for examplesLaurent Ghigonis2013-06-081-0/+3
|
* libglouglou: undef local define after useLaurent Ghigonis2013-06-081-0/+2
|
* libglouglou: traceroute report in libLaurent Ghigonis2013-06-083-16/+26
|
* libglouglou: traceroute delayLaurent Ghigonis2013-06-084-7/+29
|
* libglouglou: remove useless commentLaurent Ghigonis2013-06-081-6/+0
|
* libglouglou: traceroute simpler API, introduce req paramsLaurent Ghigonis2013-06-083-20/+60
|
* libglouglou: move functions aroundLaurent Ghigonis2013-06-081-74/+76
| | | | no functional change
* libglouglou: traceroute TCP workingLaurent Ghigonis2013-06-083-49/+119
|
* libglouglou: indentLaurent Ghigonis2013-06-073-4/+7
| | | | no functional change
* libglouglou: improve traceroute callbacksLaurent Ghigonis2013-06-073-10/+15
|
* libglouglou: remove extra function headerLaurent Ghigonis2013-06-071-2/+1
|
* libggnet: use droppriv() from libglouglouLaurent Ghigonis2013-06-071-30/+2
|
* libggnet: traceroute sends packets in TCP and ICMPLaurent Ghigonis2013-06-074-65/+117
|
* libglouglou: missing var declarationLaurent Ghigonis2013-06-061-0/+1
|
* libglouglou: add get_iface(ip) to get interface to use to reach an IPLaurent Ghigonis2013-06-062-0/+18
|
* spike dnet_intf_get_dst: dropprivLaurent Ghigonis2013-06-051-0/+29
|
* add libpcap/libdnet spikesLaurent Ghigonis2013-06-054-0/+74
|