Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 22:06:49 -0700
From:      Dan Raymond <draymond@foxvalley.net>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   tcpflow and tcpick
Message-ID:  <546EC869.4030507@foxvalley.net>

next in thread | raw e-mail | index | archive | help
I tried compiling /usr/ports/net/tcpflow and /usr/ports/net/tcpick for 
ARMv6 on my Raspberry Pi.  Tcpflow took around 24 hours to compile and 
it seems to be working OK.  Tcpick took 2 minutes to compile but it 
doesn't work correctly.  When I execute 'tcpick' I get no output:

    root@raspberry-pi:~ # tcpick
    important: `man 8 tcpick' explains all options available

The same port works fine when I compile and run it inside an x64 virtual 
machine:

    root@draymond-bsd:~ # tcpick
    important: `man 8 tcpick' explains all options available
    Starting tcpick 0.2.1 at 2014-11-20 20:44 MST
    Timeout for connections is 600
    tcpick: listening on em0
    1      SYN-SENT       xx.xx.xxx.xxx:54344 > xx.xxx.xx.xx:ssh
    1      SYN-RECEIVED   xx.xx.xxx.xxx:54344 > xx.xxx.xx.xx:ssh
    1      ESTABLISHED    xx.xx.xxx.xxx:54344 > xx.xxx.xx.xx:ssh




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?546EC869.4030507>