]> git.entuzijast.net Git - imunes.git/commitdiff
These days ethereal is no longer called ethereal but wireshark,
authormarko <marko>
Thu, 25 Oct 2007 00:34:47 +0000 (00:34 +0000)
committermarko <marko>
Thu, 25 Oct 2007 00:34:47 +0000 (00:34 +0000)
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

index 6ed977743eb986fadfc239c041136b93f54174ac..3649a69a0b979546dc3258233d95127c2045523d 100755 (executable)
@@ -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 &
 }