tcpflow and tcpick

Dan Raymond draymond at foxvalley.net
Fri Nov 21 05:06:53 UTC 2014


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 at 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 at 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



More information about the freebsd-arm mailing list