Coder Social home page Coder Social logo

paris-traceroute's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

paris-traceroute's Issues

Add IP to ASN

Feature request

Show the corresponding ASNs for hop IP addresses. ASN information can be very 
helpful in troubleshooting.

Original issue reported on code.google.com by [email protected] on 3 Nov 2014 at 4:16

algorithm.c compile error on OS X

I tried compiling on OS X Mountain Lion Version 10.8.3 (Darwin Kernel Version 
12.3.0) and encountered the following error:

$ make
Making all in libparistraceroute
make  all-am
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -g 
-Wall -fno-strict-aliasing -MT algorithm.lo -MD -MP -MF .deps/algorithm.Tpo -c 
-o algorithm.lo algorithm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -g -Wall -fno-strict-aliasing -MT 
algorithm.lo -MD -MP -MF .deps/algorithm.Tpo -c algorithm.c  -fno-common -DPIC 
-o .libs/algorithm.o
In file included from algorithm.h:13,
                 from algorithm.c:5:
pt_loop.h:4:23: error: sys/epoll.h: No such file or directory
pt_loop.h:5:25: error: sys/eventfd.h: No such file or directory
algorithm.c: In function 'pt_algorithm_throw':
algorithm.c:260: warning: implicit declaration of function 'eventfd_write'
make[2]: *** [algorithm.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
$

autogen.sh and configure appeared to work well. Just in case, I include their 
output below.

$ ./autogen.sh 
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:93: installing `./config.guess'
configure.ac:93: installing `./config.sub'
configure.ac:25: installing `./install-sh'
configure.ac:25: installing `./missing'
libparistraceroute/Makefile.am: installing `./depcomp'

$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-apple-darwin12.3.0
checking host system type... x86_64-apple-darwin12.3.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 
/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker 
(/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin12.3.0 file names to 
x86_64-apple-darwin12.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin12.3.0 file names to toolchain 
format... func_convert_file_noop
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option 
to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker 
(/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin12.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pcap_open_live in -lpcap... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking netlink/netlink.h usability... no
checking netlink/netlink.h presence... no
checking for netlink/netlink.h... no
checking net/rtnetlink.h usability... no
checking net/rtnetlink.h presence... no
checking for net/rtnetlink.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for error_at_line... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libparistraceroute/libparistraceroute-1.0.pc
config.status: creating libparistraceroute/Makefile
config.status: creating paris-traceroute/Makefile
config.status: creating traceroute/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating libparistraceroute/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
   Results

Probe sender:
Network sniffer:
Route impl.:
Protocol: IPv4
Transport:
Debug code: yes
Debug level: 1
Endianess: little-endian
OS: unix
CFLAGS: -g -Wall -fno-strict-aliasing
LDFLAGS:
$


Original issue reported on code.google.com by `timur.friedman` on 2 May 2013 at 9:33

Core dump with a bad command line

What steps will reproduce the problem?

root@oldlaptop:/var # paris-traceroute -p=tcp 10.1.2.3
Segmentation fault (core dumped)

What is the expected output? What do you see instead?

Expected: bad command line message, but I've got a core dump instead.

What version of the product are you using? On what operating system?

root@oldlaptop:/var # paris-traceroute -V
tupleroute ver. 0.90-dev
Report bugs to [email protected]

root@oldlaptop:/var # uname -a
FreeBSD oldlaptop.duws.rns.equant.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 
r243826: Tue Dec  4 06:55:39 UTC 2012     
[email protected]:/usr/obj/usr/src/sys/GENERIC  i386

Original issue reported on code.google.com by cochard on 23 Apr 2013 at 9:15

paris-traceroute cannot use TCP for tracerouting

What steps will reproduce the problem?
1. whenever with "-T" option, paris-traceroute cannot give the correct result.

What is the expected output? What do you see instead?
Expect similar result as using UDP. While I saw it stuck without any prompt.

What version of the product are you using? On what operating system?
libparistraceroute commit d9fb7631a6161c3dddf330504e0028af1b5ae79c
ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 17 Sep 2013 at 1:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.