aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP, improve tracerouteLaurent Ghigonis2013-07-094-27/+31
| | | | | | | * 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-081-1/+2
|
* traceroute improvementsLaurent Ghigonis2013-07-075-7/+15
| | | | | | * 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
|
* WIP traceroute integration, disabled by defaultLaurent Ghigonis2013-07-065-5/+161
| | | | gg_map is not graphing correctly the route for now
* 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
|
* libglouglou: dnsreverse with droppriv() nowLaurent Ghigonis2013-07-051-0/+2
|
* libglouglou: traceroute: improve hops countingLaurent Ghigonis2013-06-282-31/+38
|
* libglouglou: traceroute: count hopsLaurent Ghigonis2013-06-272-0/+9
|
* libglouglou: traceroute: handle multiple header inclusionsLaurent Ghigonis2013-06-271-0/+4
|
* 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
|
* 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
|
* libglouglou: comment about prefetch iface/route for tracerouteLaurent Ghigonis2013-06-051-3/+3
|
* indent fix for branch tracerouteLaurent Ghigonis2013-06-053-329/+332
| | | | no functional change
* Merge branch 'master' into tracerouteLaurent Ghigonis2013-06-0513-1197/+1215
|\ | | | | | | | | Conflicts: gg_sniff/pcap.c
| * indent fix, pass 2Laurent Ghigonis2013-06-0510-117/+124
| | | | | | | | no functional change
| * libglouglou: dnsreverse typoLaurent Ghigonis2013-06-051-1/+1
| |
| * convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-0513-1176/+1187
| | | | | | | | no functionnal change
* | libglouglou: update my email (last one...)Laurent Ghigonis2013-06-051-1/+1
| |
* | work in progress on traceroute and it's integration in gg_sniffLaurent Ghigonis2013-01-122-12/+275
| |
* | update requirementsLaurent Ghigonis2013-01-121-1/+6
| |
* | work on traceroute, initialisation code is there nowLaurent Ghigonis2012-12-163-19/+186
| |
* | link to libpcap and libdnetLaurent Ghigonis2012-12-161-0/+1
| |
* | more explanations about libraries included in libglouglouLaurent Ghigonis2012-12-161-1/+16
| |
* | start coding on libggnet_traceroute in 'traceroute' branch.Laurent Ghigonis2012-12-154-2/+159
|/ | | | TDD test in examples/traceroute.c
* double GGNET_DNSNAME_MAX and GG_PKTARG_MAX to allow for longer fqdnLaurent Ghigonis2012-12-152-2/+2
|
* 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
|