so reflect this change in our code.
Support for BPF tapping in remote vnets was just (re)introduced
at kernel level with this change:
http://perforce.freebsd.org/chv.cgi?CH=128041
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
-# $Id: editor.tcl,v 1.77 2007/10/08 21:48:52 marko Exp $
+# $Id: editor.tcl,v 1.78 2007/10/25 00:34:47 marko Exp $
#
# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved.
#
global eid
set interface "$iface@$eid\_$node"
- nexec ethereal -i $interface &
+ nexec wireshark -i $interface &
}