--- lib/PXElator/wireshark.pm 2009/08/16 00:03:30 225 +++ lib/PXElator/wireshark.pm 2009/08/19 12:46:07 265 @@ -3,7 +3,9 @@ use warnings; use strict; -sub fork_actions { qw/tap0 eth0/ } +use ip; + +sub fork_actions { ip::devices_up } our $AUTOLOAD;