From cc993db63b95c6e592baff68218b93737ee3b570 Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 25 Oct 2007 00:34:47 +0000 Subject: [PATCH] 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: --- editor.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 & } -- 2.39.5