From: marko Date: Thu, 25 Oct 2007 00:34:47 +0000 (+0000) Subject: These days ethereal is no longer called ethereal but wireshark, X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=cc993db63b95c6e592baff68218b93737ee3b570;p=imunes.git These days ethereal is no longer called ethereal but wireshark, 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: --- diff --git a/editor.tcl b/editor.tcl index 6ed9777..3649a69 100755 --- a/editor.tcl +++ b/editor.tcl @@ -1,4 +1,4 @@ -# $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. # @@ -1279,7 +1279,7 @@ proc startethereal { node iface } { global eid set interface "$iface@$eid\_$node" - nexec ethereal -i $interface & + nexec wireshark -i $interface & }