Subject: | Cannot parse FreeBSD's netstat output |
$ netstat | /usr/perl5.18.2/bin/parse-netstat
ERROR 400: Can't parse tcp line (#3): tcp4 0 0 localhost.58981 localhost.x11-ssh TIME_WAIT
$ netstat -n | /usr/perl5.18.2/bin/parse-netstat
ERROR 400: Can't parse tcp line (#3): tcp4 0 0 127.0.0.1.6010 127.0.0.1.13589 TIME_WAIT
This is with Parse-Netstat 0.06 --- because of dependency problems it's not possible to try out with 0.08, but looking at the Changes file it seems that there were no bug fixes here.